Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent ab119b1 commit 692b2c1
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 16 deletions.
122 changes: 107 additions & 15 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 keechain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["gui"]

[dependencies]
eframe = "0.21"
egui_extras = { version = "0.21", features = ["image"] }
egui_extras = { version = "0.23", features = ["image"] }
image = { version = "0.24", default-features = false, features = ["png"] }
keechain-common = { version = "0.1", path = "../keechain-common" }
keechain-core = { version = "0.1", path = "../keechain-core" }
Expand Down

0 comments on commit 692b2c1

Please sign in to comment.