Skip to content

Commit 6b5622e

Browse files
committed
Update dependencies to latest versions
Except nom, which stays at 7.
1 parent 83883c7 commit 6b5622e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@ features = ["sync", "tls", "gssapi"]
1717
rustdoc-args = ["--cfg", "docsrs"]
1818

1919
[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"
2626
futures = "0.3.31"
27-
percent-encoding = "2.2.0"
27+
percent-encoding = "2.3.2"
2828
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 }
3838
cross-krb5 = { version = "0.4.2", optional = true }
3939
either = { version = "1.15.0", optional = true }
4040
sspi = { version = "0.16.1", optional = true }
41-
async-trait = "0.1.83"
41+
async-trait = "0.1.89"
4242

4343
[dependencies.lber]
4444
path = "lber"
@@ -58,7 +58,7 @@ ntlm = ["sspi","dep:ring"]
5858

5959
[dev-dependencies]
6060
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"
6262

6363
[workspace]
6464
members = [".", "lber"]

0 commit comments

Comments
 (0)