Skip to content

Commit 06b0e16

Browse files
Bump the all group with 4 updates
Bumps the all group with 4 updates: [clap](https://github.com/clap-rs/clap), [rustls](https://github.com/rustls/rustls), [tokio](https://github.com/tokio-rs/tokio) and [uuid](https://github.com/uuid-rs/uuid). Updates `clap` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.0...clap_complete-v4.6.1) Updates `rustls` from 0.23.37 to 0.23.39 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.37...v/0.23.39) Updates `tokio` from 1.51.1 to 1.52.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.1...tokio-1.52.1) Updates `uuid` from 1.23.0 to 1.23.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.0...v1.23.1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: rustls dependency-version: 0.23.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tokio dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: uuid dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f45cc1 commit 06b0e16

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ futures-util = { version = "^0.3.32", features = ["sink"] }
1717
haproxy-protocol = { version = "0.0.4", features = ["tokio"] }
1818
hashbrown = { version = "0.17", features = ["serde"] }
1919
ldap3_proto = { version = "0.7.0", features = ["serde"] }
20-
rustls = "0.23.37"
20+
rustls = "0.23.39"
2121
serde = { version = "^1.0.228", features = ["derive"] }
2222
serde_with = { version = "3.18.0", features = ["macros"] }
23-
tokio = { version = "^1.51.1", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
23+
tokio = { version = "^1.52.1", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
2424
tokio-rustls = "0.26.4"
2525
tokio-util = { version = "^0.7.18", features = ["codec"] }
2626
toml = "^1.1.2"
2727
tracing = { version = "^0.1.44", features = ["max_level_trace", "release_max_level_debug"] }
2828
tracing-forest = { version = "0.3.1", features = ["chrono", "smallvec", "tokio"] }
2929
url = { version = "^2.5.8", features = ["serde"] }
30-
uuid = { version = "1.23.0", features = ["serde"] }
30+
uuid = { version = "1.23.1", features = ["serde"] }
3131

0 commit comments

Comments
 (0)