Skip to content

Commit

Permalink
fix(deps): 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 May 1, 2024
1 parent 991a275 commit b1de5f6
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 @@ -41,7 +41,7 @@ serde_json = "1"
tokio = { version = "1", features = ["fs", "time"] }
tracing = "0.1"
trust-dns-resolver = { version = "0.23.2", optional = true }
uuid = { version = "1.4.1", features = ["v4"], optional = true }
uuid = { version = "1.8.0", features = ["v4"], optional = true }

[dev-dependencies]
anyhow = "1"
Expand Down

0 comments on commit b1de5f6

Please sign in to comment.