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: [clap](https://github.com/clap-rs/clap), [openssl](https://github.com/sfackler/rust-openssl) and [uuid](https://github.com/uuid-rs/uuid).


Updates `clap` from 4.5.26 to 4.5.27
- [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.5.26...clap_complete-v4.5.27)

Updates `openssl` from 0.10.68 to 0.10.69
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.68...openssl-v0.10.69)

Updates `uuid` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.12.0...1.12.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2025
1 parent 7286356 commit 6b2de4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -11,7 +11,7 @@ concread = "^0.5.3"
clap = { version = "4.5", features = ["derive", "env"] }
futures-util = { version = "^0.3.31", features = ["sink"] }
hashbrown = { version = "0.15", features = ["serde"] }
openssl = "^0.10.68"
openssl = "^0.10.69"
serde = { version = "^1.0.217", features = ["derive"] }
tikv-jemallocator = "0.6"
tokio = { version = "^1.43.0", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] }
Expand All @@ -26,7 +26,7 @@ tracing-forest = { version = "0.1.6", features = ["chrono", "smallvec", "tokio"]
url = { version = "^2.5.2", features = ["serde"] }

ldap3_proto = { version = "0.5.2", features = ["serde"] }
uuid = { version = "1.12.0", features = ["serde"] }
uuid = { version = "1.12.1", features = ["serde"] }

[patch.crates-io]
# ldap3_proto = { path = "../ldap3/proto" }
Expand Down

0 comments on commit 6b2de4f

Please sign in to comment.