@@ -52,7 +52,7 @@ uuid = { workspace = true, optional = true }
52
52
async-io = { version = " 1.9.0" , optional = true }
53
53
paste = " 1.0.6"
54
54
ahash = " 0.7.6"
55
- atoi = " 1 .0"
55
+ atoi = " 2 .0"
56
56
57
57
bitflags = { version = " 1.3.2" , default-features = false }
58
58
bytes = " 1.1.0"
@@ -66,7 +66,7 @@ either = "1.6.1"
66
66
futures-channel = { version = " 0.3.19" , default-features = false , features = [" sink" , " alloc" , " std" ] }
67
67
futures-core = { version = " 0.3.19" , default-features = false }
68
68
futures-io = " 0.3.24"
69
- futures-intrusive = " 0.4 .0"
69
+ futures-intrusive = " 0.5 .0"
70
70
futures-util = { version = " 0.3.19" , default-features = false , features = [" alloc" , " sink" , " io" ] }
71
71
generic-array = { version = " 0.14.4" , default-features = false , optional = true }
72
72
hex = " 0.4.3"
@@ -76,7 +76,7 @@ num-bigint = { version = "0.4.0", default-features = false, optional = true, fea
76
76
once_cell = " 1.9.0"
77
77
percent-encoding = " 2.1.0"
78
78
regex = { version = " 1.5.5" , optional = true }
79
- rsa = { version = " 0.6 .0" , optional = true }
79
+ rsa = { version = " 0.8 .0" , optional = true }
80
80
serde = { version = " 1.0.132" , features = [" derive" , " rc" ], optional = true }
81
81
serde_json = { version = " 1.0.73" , features = [" raw_value" ], optional = true }
82
82
sha1 = { version = " 0.10.1" , default-features = false , optional = true }
@@ -87,7 +87,7 @@ tokio-stream = { version = "0.1.8", features = ["fs"], optional = true }
87
87
tracing = { version = " 0.1.37" , features = [" log" ] }
88
88
smallvec = " 1.7.0"
89
89
url = { version = " 2.2.2" , default-features = false }
90
- bstr = { version = " 0.2.17 " , default-features = false , features = [" std" ], optional = true }
90
+ bstr = { version = " 1.0 " , default-features = false , features = [" std" ], optional = true }
91
91
hashlink = " 0.8.0"
92
92
# NOTE: *must* remain below 1.7.0 to allow users to avoid the `ahash` cyclic dependency problem by pinning the version
93
93
# https://github.com/tkaitchuck/aHash/issues/95#issuecomment-874150078
0 commit comments