Skip to content

Commit 802a955

Browse files
Merge pull request #26 from CleverCloud/devel/fdubois/chore/update-deps
Update dependencies
2 parents 7671e20 + 0663238 commit 802a955

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
@@ -23,16 +23,16 @@ 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 }
26-
crypto-common = { version = "^0.1.3", optional = true }
26+
crypto-common = { version = "^0.1.6", optional = true }
2727
headers = { version = "^0.3.7", optional = true }
2828
hmac = { version = "^0.12.1", features = ["std"], optional = true }
29-
hyper = { version = "^0.14.19", default-features = false, optional = true }
29+
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 }
3434
prometheus = { version = "^0.13.1", optional = true }
35-
serde = { version = "^1.0.137", features = ["derive"], optional = true }
35+
serde = { version = "^1.0.139", features = ["derive"], optional = true }
3636
serde_json = { version = "^1.0.82", features = [
3737
"preserve_order",
3838
"float_roundtrip",

0 commit comments

Comments
 (0)