chore(deps): bump eframe from 0.31.1 to 0.36.1 in /hermes-pair

Bumps [eframe](https://github.com/emilk/egui) from 0.31.1 to 0.36.1.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emilk/egui/compare/0.31.1...0.36.1)

---
updated-dependencies:
- dependency-name: eframe
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-08-24 15:54:08 +00:00 committed by GitHub
parent 784d6a3d1a
commit 52d3c1402a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 370 additions and 419 deletions

787
hermes-pair/Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -24,7 +24,7 @@ rand = "0.8"
uuid = { version = "1.13", features = ["v4", "serde"] }
dirs = "6.0"
clap = { version = "4.5", features = ["derive"] }
eframe = { version = "0.31", default-features = false, features = ["default_fonts", "glow", "wayland", "x11"] }
eframe = { version = "0.36", default-features = false, features = ["default_fonts", "glow", "wayland", "x11"] }
base64 = "0.22"
if-addrs = "0.13"
chrono = { version = "0.4", features = ["serde"] }