@@ -17,28 +17,28 @@ features = ["sync", "tls", "gssapi"]
17
17
rustdoc-args = [" --cfg" , " docsrs" ]
18
18
19
19
[dependencies ]
20
- tokio = { version = " 1.41.0 " , features = [" macros" , " io-util" , " sync" , " time" , " net" ] }
21
- tokio-util = { version = " 0.7.12 " , features = [" codec" ] }
22
- tokio-stream = " 0.1.16 "
23
- bytes = " 1.8.0 "
24
- nom = " 7.1.1 "
25
- url = " 2.3.1 "
20
+ tokio = { version = " 1.47.1 " , features = [" macros" , " io-util" , " sync" , " time" , " net" ] }
21
+ tokio-util = { version = " 0.7.16 " , features = [" codec" ] }
22
+ tokio-stream = " 0.1.17 "
23
+ bytes = " 1.10.1 "
24
+ nom = " 7.1.3 "
25
+ url = " 2.5.7 "
26
26
futures = " 0.3.31"
27
- percent-encoding = " 2.2.0 "
27
+ percent-encoding = " 2.3.2 "
28
28
futures-util = " 0.3.31"
29
- log = " 0.4.22 "
30
- thiserror = " 1 .0.65 "
31
- native-tls = { version = " 0.2.11 " , optional = true }
32
- tokio-native-tls = { version = " 0.3.0 " , optional = true }
33
- rustls = { version = " 0.23.16 " , optional = true , default-features = false , features = [" logging" , " std" , " tls12" ] }
34
- tokio-rustls = { version = " 0.26.0 " , optional = true , default-features = false , features = [" logging" , " tls12" ] }
35
- rustls-native-certs = { version = " 0.8.0 " , optional = true }
36
- x509-parser = { version = " 0.16 .0" , optional = true }
37
- ring = { version = " 0.17.8 " , optional = true }
29
+ log = " 0.4.28 "
30
+ thiserror = " 2 .0.16 "
31
+ native-tls = { version = " 0.2.14 " , optional = true }
32
+ tokio-native-tls = { version = " 0.3.1 " , optional = true }
33
+ rustls = { version = " 0.23.31 " , optional = true , default-features = false , features = [" logging" , " std" , " tls12" ] }
34
+ tokio-rustls = { version = " 0.26.2 " , optional = true , default-features = false , features = [" logging" , " tls12" ] }
35
+ rustls-native-certs = { version = " 0.8.1 " , optional = true }
36
+ x509-parser = { version = " 0.18 .0" , optional = true }
37
+ ring = { version = " 0.17.14 " , optional = true }
38
38
cross-krb5 = { version = " 0.4.2" , optional = true }
39
39
either = { version = " 1.15.0" , optional = true }
40
40
sspi = { version = " 0.16.1" , optional = true }
41
- async-trait = " 0.1.83 "
41
+ async-trait = " 0.1.89 "
42
42
43
43
[dependencies .lber ]
44
44
path = " lber"
@@ -58,7 +58,7 @@ ntlm = ["sspi","dep:ring"]
58
58
59
59
[dev-dependencies ]
60
60
tokio = { version = " 1" , features = [" macros" , " io-util" , " sync" , " time" , " net" , " rt-multi-thread" ] }
61
- env_logger = " 0.11.5 "
61
+ env_logger = " 0.11.8 "
62
62
63
63
[workspace ]
64
64
members = [" ." , " lber" ]
0 commit comments