Skip to content

Commit 7a5244a

Browse files
Merge pull request #45 from CleverCloud/clg/bump-deps
Bump dependencies
2 parents 5bace25 + 11bcfc6 commit 7a5244a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

Cargo.toml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ keywords = ["clevercloud", "client", "logging", "metrics", "oauth1a"]
1515
[dependencies]
1616
base64 = { version = "^0.22.1", optional = true }
1717
bytes = { version = "^1.10.1", features = ["serde"], optional = true }
18-
cidr = { version = "^0.3.1", optional = true }
1918
crypto-common = { version = "^0.1.6", optional = true }
2019
hmac = { version = "^0.12.1", features = ["std"], optional = true }
21-
log = { version = "^0.4.26", optional = true }
20+
log = { version = "^0.4.27", optional = true }
2221
prometheus = { version = "^0.13.4", optional = true }
23-
reqwest = { version = "^0.12.12", default-features = true, features = [
22+
reqwest = { version = "^0.12.15", default-features = true, features = [
2423
"rustls-tls-webpki-roots",
2524
"charset",
2625
"http2",
@@ -30,27 +29,25 @@ reqwest = { version = "^0.12.12", default-features = true, features = [
3029
"json",
3130
"hickory-dns",
3231
], optional = true }
33-
serde = { version = "^1.0.218", features = ["derive"], optional = true }
32+
serde = { version = "^1.0.219", features = ["derive"], optional = true }
3433
serde_json = { version = "^1.0.140", features = [
3534
"preserve_order",
3635
"float_roundtrip",
3736
], optional = true }
3837
sha2 = { version = "^0.10.8", optional = true }
3938
thiserror = { version = "^2.0.12", optional = true }
4039
tracing = { version = "^0.1.41", optional = true }
41-
tracing-futures = { version = "^0.2.5", optional = true }
4240
url = { version = "^2.5.4", default-features = false, features = [
4341
"serde",
4442
], optional = true }
4543
urlencoding = { version = "^2.1.3", optional = true }
46-
uuid = { version = "^1.15.1", features = ["serde", "v4"], optional = true }
44+
uuid = { version = "^1.16.0", features = ["serde", "v4"], optional = true }
4745

4846
[features]
4947
default = ["client", "logging"]
5048
client = [
5149
"base64",
5250
"bytes",
53-
"cidr",
5451
"crypto-common",
5552
"hmac",
5653
"reqwest",
@@ -63,6 +60,5 @@ client = [
6360
"uuid",
6461
]
6562
logging = ["log", "tracing/log-always"]
66-
tracing = ["dep:tracing", "tracing-futures"]
67-
tokio = ["tracing-futures/tokio"]
63+
tracing = ["dep:tracing"]
6864
metrics = ["prometheus"]

0 commit comments

Comments
 (0)