@@ -15,12 +15,11 @@ keywords = ["clevercloud", "client", "logging", "metrics", "oauth1a"]
1515[dependencies ]
1616base64 = { version = " ^0.22.1" , optional = true }
1717bytes = { version = " ^1.10.1" , features = [" serde" ], optional = true }
18- cidr = { version = " ^0.3.1" , optional = true }
1918crypto-common = { version = " ^0.1.6" , optional = true }
2019hmac = { version = " ^0.12.1" , features = [" std" ], optional = true }
21- log = { version = " ^0.4.26 " , optional = true }
20+ log = { version = " ^0.4.27 " , optional = true }
2221prometheus = { 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 }
3433serde_json = { version = " ^1.0.140" , features = [
3534 " preserve_order" ,
3635 " float_roundtrip" ,
3736], optional = true }
3837sha2 = { version = " ^0.10.8" , optional = true }
3938thiserror = { version = " ^2.0.12" , optional = true }
4039tracing = { version = " ^0.1.41" , optional = true }
41- tracing-futures = { version = " ^0.2.5" , optional = true }
4240url = { version = " ^2.5.4" , default-features = false , features = [
4341 " serde" ,
4442], optional = true }
4543urlencoding = { 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 ]
4947default = [" client" , " logging" ]
5048client = [
5149 " base64" ,
5250 " bytes" ,
53- " cidr" ,
5451 " crypto-common" ,
5552 " hmac" ,
5653 " reqwest" ,
@@ -63,6 +60,5 @@ client = [
6360 " uuid" ,
6461]
6562logging = [" log" , " tracing/log-always" ]
66- tracing = [" dep:tracing" , " tracing-futures" ]
67- tokio = [" tracing-futures/tokio" ]
63+ tracing = [" dep:tracing" ]
6864metrics = [" prometheus" ]
0 commit comments