Skip to content

Commit

Permalink
Bump the all group with 2 updates (#48)
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [ldap3_proto](https://github.com/kanidm/ldap3).


Updates `tokio` from 1.39.3 to 1.40.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.40.0)

Updates `ldap3_proto` from 0.5.1 to 0.5.2
- [Changelog](https://github.com/kanidm/ldap3/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/kanidm/ldap3/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ldap3_proto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent e3979f1 commit 11cf4d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hashbrown = { version = "0.14", features = ["serde"] }
openssl = "^0.10.66"
serde = { version = "^1.0.209", features = ["derive"] }
tikv-jemallocator = "0.6"
tokio = { version = "^1.39.3", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
tokio = { version = "^1.40.0", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
tokio-util = { version = "^0.7.11", features = ["codec"] }
tokio-openssl = "^0.6.4"

Expand All @@ -25,7 +25,7 @@ tracing = { version = "^0.1.40", features = ["max_level_trace", "release_max_lev
tracing-forest = { version = "0.1.6", features = ["chrono", "smallvec", "tokio"] }
url = { version = "^2.5.2", features = ["serde"] }

ldap3_proto = { version = "0.5.1", features = ["serde"] }
ldap3_proto = { version = "0.5.2", features = ["serde"] }
uuid = { version = "1.10.0", features = ["serde"] }

[patch.crates-io]
Expand Down

0 comments on commit 11cf4d9

Please sign in to comment.