Skip to content

Commit de7608a

Browse files
Merge pull request #7 from CleverCloud/chore/dependencies
Update dependencies
2 parents 97dafe8 + bf6b981 commit de7608a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ keywords = [
2222
async-trait = { version = "^0.1.52", optional = true }
2323
base64 = { version = "^0.13.0", optional = true }
2424
bytes = { version = "^1.1.0", features = ["serde"], optional = true }
25-
crypto-common = "^0.1.0"
25+
crypto-common = { version = "^0.1.1", optional = true }
2626
hmac = { version = "^0.12.0", features = ["std"], optional = true }
2727
hyper = { version = "^0.14.16", default-features = false, optional = true }
2828
hyper-tls = { version = "^0.5.0", optional = true }
2929
lazy_static = { version = "^1.4.0", optional = true }
3030
log = { version = "^0.4.14", optional = true }
3131
prometheus = { version = "^0.13.0", optional = true }
32-
serde = { version = "^1.0.131", features = ["derive"], optional = true }
33-
serde_json = { version = "^1.0.72", features = [
32+
serde = { version = "^1.0.133", features = ["derive"], optional = true }
33+
serde_json = { version = "^1.0.74", features = [
3434
"preserve_order",
3535
"float_roundtrip",
3636
], optional = true }
37-
sha2 = { version = "^0.10.0", optional = true }
37+
sha2 = { version = "^0.10.1", optional = true }
3838
thiserror = { version = "^1.0.30", optional = true }
3939
tracing = { version = "^0.1.29", optional = true }
4040
tracing-futures = { version = "^0.2.5", optional = true }
@@ -47,6 +47,7 @@ client = [
4747
"async-trait",
4848
"base64",
4949
"bytes",
50+
"crypto-common",
5051
"hmac",
5152
"hyper",
5253
"hyper/client",

0 commit comments

Comments
 (0)