Skip to content

Commit

Permalink
Update Rust crate uuid to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 764879c commit eee2f92
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.4", features = ["serde"] }#, optional = true }
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
uuid = { version = "1.5.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
uuid = { version = "1.6.0", features = ["v4", "fast-rng", "macro-diagnostics"] }

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

0 comments on commit eee2f92

Please sign in to comment.