Skip to content

Commit

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


Updates `serde` from 1.0.199 to 1.0.200
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.199...v1.0.200)

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 5, 2024
1 parent 03a62f8 commit d2671f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ clap = { version = "4.5", features = ["derive", "env"] }
futures-util = { version = "^0.3.30", features = ["sink"] }
hashbrown = { version = "0.14", features = ["serde"] }
openssl = "^0.10.64"
serde = { version = "^1.0.199", features = ["derive"] }
serde = { version = "^1.0.200", features = ["derive"] }
tikv-jemallocator = "0.5"
tokio = { version = "^1.37.0", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
tokio-util = { version = "^0.7.10", features = ["codec"] }
tokio-util = { version = "^0.7.11", features = ["codec"] }
tokio-openssl = "^0.6.4"

toml = "^0.8.12"
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.0", features = ["serde"] }

ldap3_proto = { version = "0.4.4", features = ["serde"] }
ldap3_proto = { version = "0.5.0", features = ["serde"] }
uuid = { version = "1.8.0", features = ["serde"] }

[patch.crates-io]
Expand Down

0 comments on commit d2671f1

Please sign in to comment.