Skip to content

Commit

Permalink
fix(deps): update rust crate eframe to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 6c37432 commit 626408c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/nyanpasu-egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "nyanpasu-network-statistic-widget-small"
path = "./src/small.rs"

[dependencies]
eframe = "0.29.1"
eframe = "0.30.0"
egui_extras = { version = "*", features = ["all_loaders"] }
parking_lot = "0.12"
image = { version = "0.25.5", features = ["jpeg", "png"] }
Expand Down

0 comments on commit 626408c

Please sign in to comment.