Skip to content

Commit

Permalink
fix(deps): update rust crate uuid to v1
Browse files Browse the repository at this point in the history
renovate-bot committed May 25, 2022
1 parent 444984b commit 5b14a87
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raiden/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ rusoto_core_default = { package = "rusoto_core", version = "0.47", optional = tr
rusoto_core_rustls = { package = "rusoto_core", version = "0.47", default_features = false, features=["rustls"], optional = true }
rusoto_dynamodb_default = { package = "rusoto_dynamodb", version = "0.47", features=["serialize_structs"], optional = true }
rusoto_dynamodb_rustls = { package = "rusoto_dynamodb", version = "0.47", default_features = false, features=["rustls", "serialize_structs"], optional = true }
uuid = { version = "^0.8", features = ["v4"], optional = true }
uuid = { version = "^1.1", features = ["v4"], optional = true }
async-trait = "^0.1.53"
rust-crypto = "^0.2"
serde = { version = "^1", features = ["derive"] }

0 comments on commit 5b14a87

Please sign in to comment.