From 9f4ae9e80cf8381cc56e305098b0bb399009cb5d Mon Sep 17 00:00:00 2001 From: 33KK Date: Wed, 22 Nov 2023 00:43:07 +0100 Subject: [PATCH] Bump dependencies --- Cargo.toml | 38 +++++++++++++++++++------------------- lber/Cargo.toml | 4 ++-- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ceec08..3bffe94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,27 +11,27 @@ version = "0.11.3" edition = "2021" [dependencies] -tokio = { version = "1.23.0", features = ["macros", "io-util", "sync", "time", "net"] } -tokio-util = { version = "0.7.4", features = ["codec"] } -tokio-stream = "0.1.11" -bytes = "1.3.0" -nom = "7.1.1" -url = "2.3.1" -futures = "0.3.25" -percent-encoding = "2.2.0" -futures-util = "0.3.25" -log = "0.4.17" +tokio = { version = "1.34.0", features = ["macros", "io-util", "sync", "time", "net"] } +tokio-util = { version = "0.7.10", features = ["codec"] } +tokio-stream = "0.1.14" +bytes = "1.5.0" +nom = "7.1.3" +url = "2.4.1" +futures = "0.3.29" +percent-encoding = "2.3.0" +futures-util = "0.3.29" +log = "0.4.20" lazy_static = "1.4.0" -thiserror = "1.0.38" +thiserror = "1.0.50" native-tls = { version = "0.2.11", optional = true } -tokio-native-tls = { version = "0.3.0", optional = true } -rustls = { version = "0.21.0", optional = true } -tokio-rustls = { version = "0.24.0", optional = true, features = ["dangerous_configuration"] } -rustls-native-certs = { version = "0.6.2", optional = true } -x509-parser = { version = "0.15.0", optional = true } -ring = { version = "0.16.20", optional = true } +tokio-native-tls = { version = "0.3.1", optional = true } +rustls = { version = "0.21.9", optional = true } +tokio-rustls = { version = "0.24.1", optional = true, features = ["dangerous_configuration"] } +rustls-native-certs = { version = "0.6.3", optional = true } +x509-parser = { version = "0.15.1", optional = true } +ring = { version = "0.17.5", optional = true } cross-krb5 = { version = "0.3.0", optional = true } -async-trait = "0.1.60" +async-trait = "0.1.74" [dependencies.lber] path = "lber" @@ -47,7 +47,7 @@ gssapi = ["cross-krb5"] [dev-dependencies] tokio = { version = "1", features = ["macros", "io-util", "sync", "time", "net", "rt-multi-thread"] } -env_logger = "0.10.0" +env_logger = "0.10.1" [package.metadata.docs.rs] default-features = false diff --git a/lber/Cargo.toml b/lber/Cargo.toml index 0447568..152d176 100644 --- a/lber/Cargo.toml +++ b/lber/Cargo.toml @@ -10,5 +10,5 @@ documentation = "https://docs.rs/ldap3" version = "0.4.2" [dependencies] -bytes = "1.3.0" -nom = "7.1.1" +bytes = "1.5.0" +nom = "7.1.3"