Skip to content

Commit

Permalink
build(deps): bump eframe from 0.26.0 to 0.26.1
Browse files Browse the repository at this point in the history
Bumps [eframe](https://github.com/emilk/egui) from 0.26.0 to 0.26.1.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](emilk/egui@0.26.0...0.26.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 87412b5 commit 7e9947d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ crossterm = { version = "0.27.0", optional = true }
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls"] }

rfd = { version = "0.13.0", optional = true }
eframe = { version = "0.26.0", features = ["persistence"], optional = true }
eframe = { version = "0.26.1", features = ["persistence"], optional = true }
egui-notify = { version = "0.13.0", optional = true }
notify-rust = { version = "4.10.0", optional = true }

Expand Down

0 comments on commit 7e9947d

Please sign in to comment.