Skip to content

Commit 6dfa98f

Browse files
Merge pull request #28 from CleverCloud/devel/fdubois/chore/update-deps
Update dependencies
2 parents 8fb3622 + 9af1c4a commit 6dfa98f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@ base64 = { version = "^0.13.0", optional = true }
2424
bytes = { version = "^1.2.1", features = ["serde"], optional = true }
2525
cidr = { version = "^0.2.1", optional = true }
2626
crypto-common = { version = "^0.1.6", optional = true }
27-
headers = { version = "^0.3.7", optional = true }
27+
headers = { version = "^0.3.8", optional = true }
2828
hmac = { version = "^0.12.1", features = ["std"], optional = true }
2929
hyper = { version = "^0.14.20", default-features = false, optional = true }
3030
hyper-tls = { version = "^0.5.0", optional = true }
3131
hyper-proxy = { version = "^0.9.1", default-features = false, features = ["tls"], optional = true }
3232
lazy_static = { version = "^1.4.0", optional = true }
3333
log = { version = "^0.4.17", optional = true }
34-
prometheus = { version = "^0.13.1", optional = true }
35-
serde = { version = "^1.0.143", features = ["derive"], optional = true }
36-
serde_json = { version = "^1.0.83", features = [
34+
prometheus = { version = "^0.13.2", optional = true }
35+
serde = { version = "^1.0.144", features = ["derive"], optional = true }
36+
serde_json = { version = "^1.0.85", features = [
3737
"preserve_order",
3838
"float_roundtrip",
3939
], optional = true }
40-
sha2 = { version = "^0.10.2", optional = true }
41-
thiserror = { version = "^1.0.32", optional = true }
40+
sha2 = { version = "^0.10.5", optional = true }
41+
thiserror = { version = "^1.0.34", optional = true }
4242
tracing = { version = "^0.1.36", optional = true }
4343
tracing-futures = { version = "^0.2.5", optional = true }
44-
url = { version = "^2.2.2", default-features = false, features = ["serde"], optional = true }
45-
urlencoding = { version = "^2.1.0", optional = true }
44+
url = { version = "^2.3.1", default-features = false, features = ["serde"], optional = true }
45+
urlencoding = { version = "^2.1.2", optional = true }
4646
uuid = { version = "^1.1.2", features = ["serde", "v4"], optional = true }
4747

4848
[features]

0 commit comments

Comments
 (0)