@@ -19,21 +19,22 @@ 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.51 " , optional = true }
22+ async-trait = { version = " ^0.1.52 " , optional = true }
2323base64 = { version = " ^0.13.0" , optional = true }
2424bytes = { version = " ^1.1.0" , features = [" serde" ], optional = true }
25- hmac = { version = " ^0.11.0" , features = [" std" ], optional = true }
26- hyper = { version = " ^0.14.15" , default-features = false , optional = true }
25+ crypto-common = " ^0.1.0"
26+ hmac = { version = " ^0.12.0" , features = [" std" ], optional = true }
27+ hyper = { version = " ^0.14.16" , default-features = false , optional = true }
2728hyper-tls = { version = " ^0.5.0" , optional = true }
2829lazy_static = { version = " ^1.4.0" , optional = true }
2930log = { version = " ^0.4.14" , optional = true }
3031prometheus = { version = " ^0.13.0" , optional = true }
31- serde = { version = " ^1.0.130 " , features = [" derive" ], optional = true }
32- serde_json = { version = " ^1.0.71 " , features = [
32+ serde = { version = " ^1.0.131 " , features = [" derive" ], optional = true }
33+ serde_json = { version = " ^1.0.72 " , features = [
3334 " preserve_order" ,
3435 " float_roundtrip" ,
3536], optional = true }
36- sha2 = { version = " ^0.9.8 " , optional = true }
37+ sha2 = { version = " ^0.10.0 " , optional = true }
3738thiserror = { version = " ^1.0.30" , optional = true }
3839tracing = { version = " ^0.1.29" , optional = true }
3940tracing-futures = { version = " ^0.2.5" , optional = true }
0 commit comments