Skip to content

Commit 3ac750a

Browse files
Merge pull request #16 from CleverCloud/devel/fdubois/chore/dependencies
Update dependencies
2 parents 80f548a + 9a21ff8 commit 3ac750a

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
@@ -19,14 +19,14 @@ 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.52", optional = true }
22+
async-trait = { version = "^0.1.53", 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 }
2626
crypto-common = { version = "^0.1.3", 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.17", default-features = false, optional = true }
29+
hyper = { version = "^0.14.18", 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 }

0 commit comments

Comments
 (0)