Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Nov 21, 2024
1 parent 05530c5 commit 4dba2a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ repository = "https://github.com/nbittich/tortank"

[dependencies]
nom = "7.1.3"
serde = "1.0.196"
serde_derive = "1.0.196"
uuid = { version = "1.7.0", features = ["v4"] }
serde = "1.0.215"
serde_derive = "1.0.215"
uuid = { version = "1.11.0", features = ["v4"] }

serde_json = "1.0.112"
chrono = "0.4.33"
serde_json = "1.0.133"
chrono = "0.4.38"

# The profile that 'cargo dist' will build with
[profile.release]
Expand Down

0 comments on commit 4dba2a2

Please sign in to comment.