@@ -21,19 +21,19 @@ keywords = [
2121[dependencies ]
2222async-trait = { version = " ^0.1.58" , optional = true }
2323base64 = { version = " ^0.13.1" , optional = true }
24- bytes = { version = " ^1.2.1 " , features = [" serde" ], optional = true }
24+ bytes = { version = " ^1.3.0 " , features = [" serde" ], optional = true }
2525cidr = { version = " ^0.2.1" , optional = true }
2626crypto-common = { version = " ^0.1.6" , optional = true }
2727headers = { version = " ^0.3.8" , optional = true }
2828hmac = { version = " ^0.12.1" , features = [" std" ], optional = true }
29- hyper = { version = " ^0.14.22 " , default-features = false , optional = true }
29+ hyper = { version = " ^0.14.23 " , default-features = false , optional = true }
3030hyper-tls = { version = " ^0.5.0" , optional = true }
3131hyper-proxy = { version = " ^0.9.1" , default-features = false , features = [" tls" ], optional = true }
3232lazy_static = { version = " ^1.4.0" , optional = true }
3333log = { version = " ^0.4.17" , optional = true }
3434prometheus = { version = " ^0.13.3" , optional = true }
3535serde = { version = " ^1.0.147" , features = [" derive" ], optional = true }
36- serde_json = { version = " ^1.0.87 " , features = [
36+ serde_json = { version = " ^1.0.88 " , features = [
3737 " preserve_order" ,
3838 " float_roundtrip" ,
3939], optional = true }
@@ -43,7 +43,7 @@ tracing = { version = "^0.1.37", optional = true }
4343tracing-futures = { version = " ^0.2.5" , optional = true }
4444url = { version = " ^2.3.1" , default-features = false , features = [" serde" ], optional = true }
4545urlencoding = { version = " ^2.1.2" , optional = true }
46- uuid = { version = " ^1.2.1 " , features = [" serde" , " v4" ], optional = true }
46+ uuid = { version = " ^1.2.2 " , features = [" serde" , " v4" ], optional = true }
4747
4848[features ]
4949default = [" client" , " proxy" , " logging" ]
0 commit comments