Skip to content

Commit 07da6d4

Browse files
Merge pull request #20 from CleverCloud/devel/fdubois/chore/update-deps
Update dependencies
2 parents c841826 + 6b38d4f commit 07da6d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ serde_json = { version = "^1.0.79", features = [
3939
], optional = true }
4040
sha2 = { version = "^0.10.2", optional = true }
4141
thiserror = { version = "^1.0.30", optional = true }
42-
tracing = { version = "^0.1.32", optional = true }
42+
tracing = { version = "^0.1.34", optional = true }
4343
tracing-futures = { version = "^0.2.5", optional = true }
4444
url = { version = "^2.2.2", default-features = false, features = ["serde"], optional = true }
4545
urlencoding = { version = "^2.1.0", optional = true }
46-
uuid = { version = "^0.8.2", features = ["serde", "v4"], optional = true }
46+
uuid = { version = "^1.0.0", features = ["serde", "v4"], optional = true }
4747

4848
[features]
4949
default = ["client", "proxy", "logging"]

0 commit comments

Comments
 (0)