Skip to content

Commit

Permalink
Updated crates
Browse files Browse the repository at this point in the history
  • Loading branch information
samclane committed Aug 19, 2024
1 parent 06bddfc commit e4bf9cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ get_if_addrs = "0.5.3"
failure = "0.1.8"
eframe = { version = "0.28.1", features = ["persistence"] }
egui_extras = { version = "0.28.1", features = ["default", "image"] }
env_logger = { version = "0.11.3", features = ["auto-color", "humantime"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.122"
env_logger = { version = "0.11.5", features = ["auto-color", "humantime"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
log = "0.4.22"
log4rs = "1.3.0"
image = "0.23.14"

0 comments on commit e4bf9cf

Please sign in to comment.