Skip to content

Commit 692b2c1

Browse files
build(deps): bump egui_extras from 0.21.0 to 0.23.0
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]>
1 parent ab119b1 commit 692b2c1

File tree

2 files changed

+108
-16
lines changed

2 files changed

+108
-16
lines changed

Cargo.lock

Lines changed: 107 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

keechain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["gui"]
1313

1414
[dependencies]
1515
eframe = "0.21"
16-
egui_extras = { version = "0.21", features = ["image"] }
16+
egui_extras = { version = "0.23", features = ["image"] }
1717
image = { version = "0.24", default-features = false, features = ["png"] }
1818
keechain-common = { version = "0.1", path = "../keechain-common" }
1919
keechain-core = { version = "0.1", path = "../keechain-core" }

0 commit comments

Comments
 (0)