Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed May 6, 2024
1 parent e94aa89 commit 1d07023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ short_description = "A GUI for the awtrix clock."

[dependencies]
# Error handling
anyhow = "1.0.82"
anyhow = "1.0.83"
# Networking
reqwest = { version = "0.12.3", features = ["blocking"] }
reqwest = { version = "0.12.4", features = ["blocking"] }
# Parsing
serde = { version = "1.0.198", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
semver = "1.0.22"
# GUI
Expand Down

0 comments on commit 1d07023

Please sign in to comment.