Skip to content

Commit f784cf2

Browse files
Merge pull request #24 from CleverCloud/devel/fdubois/chore/update-deps
Update dependencies
2 parents aeee7f8 + d37bf34 commit f784cf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2020

2121
[dependencies]
22-
async-trait = { version = "^0.1.53", optional = true }
22+
async-trait = { version = "^0.1.56", optional = true }
2323
base64 = { version = "^0.13.0", optional = true }
2424
bytes = { version = "^1.1.0", features = ["serde"], optional = true }
2525
cidr = { version = "^0.2.1", optional = true }
@@ -39,11 +39,11 @@ serde_json = { version = "^1.0.81", features = [
3939
], optional = true }
4040
sha2 = { version = "^0.10.2", optional = true }
4141
thiserror = { version = "^1.0.31", optional = true }
42-
tracing = { version = "^0.1.34", optional = true }
42+
tracing = { version = "^0.1.35", 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 = "^1.1.1", features = ["serde", "v4"], optional = true }
46+
uuid = { version = "^1.1.2", features = ["serde", "v4"], optional = true }
4747

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

0 commit comments

Comments
 (0)