Skip to content

Commit

Permalink
Update Rust crate uuid to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent 4b77a65 commit 3201587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ chrono-tz = { version = "0.8.6", features = ["serde"] }#, optional = true }
reqwest = { version = "0.11.26", features = ["json"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
uuid = { version = "1.7.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] }

[features]
#chrono = ["dep:chrono", "dep:chrono-tz"]

0 comments on commit 3201587

Please sign in to comment.