Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed Nov 2, 2024
1 parent 3e18c6e commit df03002
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ short_description = "A GUI for the awtrix clock."

[dependencies]
# Error handling
anyhow = "1.0.89"
anyhow = "1.0.92"
# Networking
reqwest = { version = "0.12.8", features = ["blocking"] }
reqwest = { version = "0.12.9", features = ["blocking"] }
# Parsing
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
semver = "1.0.23"
# GUI
eframe = "0.29.1"
egui = "0.29.1"
egui-notify = "0.16.0"
egui-notify = "0.17.0"
egui_extras = { version = "0.29.1", features = ["syntect", "image"] }
image = "0.25.2"
image = "0.25.4"
open = "5.3.0"
parking_lot = "0.12.3"

Expand Down

0 comments on commit df03002

Please sign in to comment.