Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
33KK committed Nov 21, 2023
1 parent c9bac83 commit 9f4ae9e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9f4ae9e

Please sign in to comment.