Skip to content

Commit 56e8e6d

Browse files
Merge pull request #29 from CleverCloud/devel/fdubois/chore/update-deps
Update dependencies
2 parents e5f04ec + dd99a32 commit 56e8e6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ hyper-proxy = { version = "^0.9.1", default-features = false, features = ["tls"]
3232
lazy_static = { version = "^1.4.0", optional = true }
3333
log = { version = "^0.4.17", optional = true }
3434
prometheus = { version = "^0.13.2", optional = true }
35-
serde = { version = "^1.0.144", features = ["derive"], optional = true }
35+
serde = { version = "^1.0.145", features = ["derive"], optional = true }
3636
serde_json = { version = "^1.0.85", features = [
3737
"preserve_order",
3838
"float_roundtrip",
3939
], optional = true }
40-
sha2 = { version = "^0.10.5", optional = true }
41-
thiserror = { version = "^1.0.34", optional = true }
42-
tracing = { version = "^0.1.36", optional = true }
40+
sha2 = { version = "^0.10.6", optional = true }
41+
thiserror = { version = "^1.0.37", optional = true }
42+
tracing = { version = "^0.1.37", optional = true }
4343
tracing-futures = { version = "^0.2.5", optional = true }
4444
url = { version = "^2.3.1", default-features = false, features = ["serde"], optional = true }
4545
urlencoding = { version = "^2.1.2", optional = true }

0 commit comments

Comments
 (0)