From b6af5b8c37ccbd8daeadc11eb716f33627d40bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:41:10 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [openssl](https://github.com/sfackler/rust-openssl) and [uuid](https://github.com/uuid-rs/uuid). Updates `openssl` from 0.10.66 to 0.10.68 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.68) Updates `uuid` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.0) --- updated-dependencies: - 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-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af22325..faa3bb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -629,9 +629,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" dependencies = [ "bitflags", "cfg-if", @@ -655,9 +655,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" dependencies = [ "cc", "libc", @@ -1110,9 +1110,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" +checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index f4e927e..0f60d41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.66" +openssl = "^0.10.68" serde = { version = "^1.0.210", features = ["derive"] } tikv-jemallocator = "0.6" tokio = { version = "^1.40.0", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] } @@ -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.10.0", features = ["serde"] } +uuid = { version = "1.11.0", features = ["serde"] } [patch.crates-io] # ldap3_proto = { path = "../ldap3/proto" }