@@ -19,7 +19,7 @@ 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.53 " , optional = true }
22+ async-trait = { version = " ^0.1.56 " , optional = true }
2323base64 = { version = " ^0.13.0" , optional = true }
2424bytes = { version = " ^1.1.0" , features = [" serde" ], optional = true }
2525cidr = { version = " ^0.2.1" , optional = true }
@@ -39,11 +39,11 @@ serde_json = { version = "^1.0.81", features = [
3939], optional = true }
4040sha2 = { version = " ^0.10.2" , optional = true }
4141thiserror = { version = " ^1.0.31" , optional = true }
42- tracing = { version = " ^0.1.34 " , optional = true }
42+ tracing = { version = " ^0.1.35 " , optional = true }
4343tracing-futures = { version = " ^0.2.5" , optional = true }
4444url = { version = " ^2.2.2" , default-features = false , features = [" serde" ], optional = true }
4545urlencoding = { version = " ^2.1.0" , optional = true }
46- uuid = { version = " ^1.1.1 " , features = [" serde" , " v4" ], optional = true }
46+ uuid = { version = " ^1.1.2 " , features = [" serde" , " v4" ], optional = true }
4747
4848[features ]
4949default = [" client" , " proxy" , " logging" ]
0 commit comments