Skip to content

Commit 5b14a87

Browse files
committed
fix(deps): update rust crate uuid to v1
1 parent 444984b commit 5b14a87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

raiden/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rusoto_core_default = { package = "rusoto_core", version = "0.47", optional = tr
1313
rusoto_core_rustls = { package = "rusoto_core", version = "0.47", default_features = false, features=["rustls"], optional = true }
1414
rusoto_dynamodb_default = { package = "rusoto_dynamodb", version = "0.47", features=["serialize_structs"], optional = true }
1515
rusoto_dynamodb_rustls = { package = "rusoto_dynamodb", version = "0.47", default_features = false, features=["rustls", "serialize_structs"], optional = true }
16-
uuid = { version = "^0.8", features = ["v4"], optional = true }
16+
uuid = { version = "^1.1", features = ["v4"], optional = true }
1717
async-trait = "^0.1.53"
1818
rust-crypto = "^0.2"
1919
serde = { version = "^1", features = ["derive"] }

0 commit comments

Comments
 (0)