From bd2349a86168887bce0082e71d9b288d45f9aa10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:45:15 +0000 Subject: [PATCH] build(deps): bump openssl from 0.10.55 to 0.10.64 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.64. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.64) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- src/balancerd/Cargo.toml | 2 +- src/ccsr/Cargo.toml | 2 +- src/environmentd/Cargo.toml | 2 +- src/fivetran-destination/Cargo.toml | 2 +- src/ore/Cargo.toml | 2 +- src/persist/Cargo.toml | 2 +- src/pgwire/Cargo.toml | 2 +- src/postgres-util/Cargo.toml | 2 +- src/server-core/Cargo.toml | 2 +- src/ssh-util/Cargo.toml | 2 +- src/storage-types/Cargo.toml | 2 +- src/tls-util/Cargo.toml | 2 +- src/workspace-hack/Cargo.toml | 4 ++-- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34c74b7ba9bcc..40a2f3eb3b745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6587,11 +6587,11 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.55" +version = "0.10.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" +checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.1", "cfg-if", "foreign-types", "libc", @@ -6619,18 +6619,18 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" [[package]] name = "openssl-src" -version = "111.25.0+1.1.1t" +version = "300.2.3+3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3173cd3626c43e3854b1b727422a276e568d9ec5fe8cec197822cf52cfb743d6" +checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.90" +version = "0.9.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" +checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" dependencies = [ "cc", "libc", diff --git a/src/balancerd/Cargo.toml b/src/balancerd/Cargo.toml index 3d3327b60b15a..081b716235bbc 100644 --- a/src/balancerd/Cargo.toml +++ b/src/balancerd/Cargo.toml @@ -29,7 +29,7 @@ mz-ore = { path = "../ore", default-features = false } mz-server-core = { path = "../server-core" } mz-pgwire-common = { path = "../pgwire-common" } num_cpus = "1.14.0" -openssl = { version = "0.10.48", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } prometheus = { version = "0.13.3", default-features = false } semver = "1.0.16" tokio = { version = "1.24.2", default-features = false } diff --git a/src/ccsr/Cargo.toml b/src/ccsr/Cargo.toml index ccc0c768cdcdb..74dfb50cdf412 100644 --- a/src/ccsr/Cargo.toml +++ b/src/ccsr/Cargo.toml @@ -12,7 +12,7 @@ workspace = true [dependencies] anyhow = "1.0.66" native-tls = "0.2.11" -openssl = { version = "0.10.48", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } reqwest = { version = "0.11.13", features = [ "blocking", "json", diff --git a/src/environmentd/Cargo.toml b/src/environmentd/Cargo.toml index 4838d485e900c..683961debd234 100644 --- a/src/environmentd/Cargo.toml +++ b/src/environmentd/Cargo.toml @@ -78,7 +78,7 @@ mz-tls-util = { path = "../tls-util" } mz-tracing = { path = "../tracing", optional = true } nix = "0.26.1" num_cpus = "1.14.0" -openssl = { version = "0.10.48", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } openssl-sys = { version = "0.9.80", features = ["vendored"] } opentelemetry = { version = "0.21.0", features = ["trace"] } opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio"] } diff --git a/src/fivetran-destination/Cargo.toml b/src/fivetran-destination/Cargo.toml index 68b84a2d50735..569658f8b358b 100644 --- a/src/fivetran-destination/Cargo.toml +++ b/src/fivetran-destination/Cargo.toml @@ -18,7 +18,7 @@ itertools = "0.10.5" mz-ore = { path = "../ore", features = ["cli", "id_gen"] } mz-pgrepr = { path = "../pgrepr" } mz-sql-parser = { path = "../sql-parser" } -openssl = { version = "0.10.48", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } postgres-openssl = "0.5.0" postgres-protocol = { version = "0.6.5" } prost = { version = "0.11.3", features = ["no-recursion-limit"] } diff --git a/src/ore/Cargo.toml b/src/ore/Cargo.toml index a0f83a745cb2c..91bf5d61e65f8 100644 --- a/src/ore/Cargo.toml +++ b/src/ore/Cargo.toml @@ -34,7 +34,7 @@ mz-ore-proc = { path = "../ore-proc", default-features = false } num = "0.4.0" once_cell = "1.16.0" # The vendored feature is transitively depended upon by tokio-openssl. -openssl = { version = "0.10.48", features = ["vendored"], optional = true } +openssl = { version = "0.10.64", features = ["vendored"], optional = true } paste = "1.0.11" pin-project = "1.0.12" prometheus = { version = "0.13.3", default-features = false, optional = true } diff --git a/src/persist/Cargo.toml b/src/persist/Cargo.toml index b29549c42d6c8..f9e52c4b2b27f 100644 --- a/src/persist/Cargo.toml +++ b/src/persist/Cargo.toml @@ -44,7 +44,7 @@ mz-ore = { path = "../ore", default-features = false, features = ["metrics", "as mz-persist-types = { path = "../persist-types" } mz-postgres-client = { path = "../postgres-client" } mz-proto = { path = "../proto" } -openssl = { version = "0.10.48", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } openssl-sys = { version = "0.9.80", features = ["vendored"] } postgres-openssl = { version = "0.5.0" } prometheus = { version = "0.13.3", default-features = false } diff --git a/src/pgwire/Cargo.toml b/src/pgwire/Cargo.toml index 5f811d4abb4a6..d026d7d487fb1 100644 --- a/src/pgwire/Cargo.toml +++ b/src/pgwire/Cargo.toml @@ -28,7 +28,7 @@ mz-pgwire-common = { path = "../pgwire-common" } mz-repr = { path = "../repr" } mz-server-core = { path = "../server-core" } mz-sql = { path = "../sql" } -openssl = { version = "0.10.48", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } postgres = { version = "0.19.5" } tokio = "1.32.0" tokio-stream = "0.1.11" diff --git a/src/postgres-util/Cargo.toml b/src/postgres-util/Cargo.toml index 5f329ced70644..083bbfba983fe 100644 --- a/src/postgres-util/Cargo.toml +++ b/src/postgres-util/Cargo.toml @@ -17,7 +17,7 @@ mz-proto = { path = "../proto", optional = true } mz-repr = { path = "../repr", optional = true } mz-ssh-util = { path = "../ssh-util", optional = true } mz-tls-util = { path = "../tls-util", default-features = false } -openssl = { version = "0.10.48", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } openssh = { version = "0.9.8", default-features = false, features = [ "native-mux", ], optional = true } diff --git a/src/server-core/Cargo.toml b/src/server-core/Cargo.toml index 441a39a395738..cbb4fd76d3554 100644 --- a/src/server-core/Cargo.toml +++ b/src/server-core/Cargo.toml @@ -12,7 +12,7 @@ workspace = true [dependencies] anyhow = "1.0.66" clap = { version = "3.2.24", features = ["derive", "env"] } -openssl = { version = "0.10.48", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } socket2 = "0.5.3" tokio-stream = "0.1.11" tracing = "0.1.37" diff --git a/src/ssh-util/Cargo.toml b/src/ssh-util/Cargo.toml index b9fa732528a56..ce12952c71f02 100644 --- a/src/ssh-util/Cargo.toml +++ b/src/ssh-util/Cargo.toml @@ -14,7 +14,7 @@ anyhow = { version = "1.0.66" } mz-ore = { path = "../ore", features = ["test"] } openssh = { version = "0.9.8", default-features = false, features = ["native-mux"] } openssh-mux-client = "0.15.5" -openssl = { version = "0.10.48", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } rand = "0.8.5" futures = "0.3.25" scopeguard = "1.1.0" diff --git a/src/storage-types/Cargo.toml b/src/storage-types/Cargo.toml index af54946000449..0aab21ef0acce 100644 --- a/src/storage-types/Cargo.toml +++ b/src/storage-types/Cargo.toml @@ -53,7 +53,7 @@ mz-tracing = { path = "../tracing" } native-tls = "0.2.11" num_enum = "0.5.7" once_cell = "1.16.0" -openssl = { version = "0.10.48", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } proptest = { version = "1.0.0", default-features = false, features = ["std"] } proptest-derive = { version = "0.3.0", features = ["boxed_union"] } prost = { version = "0.11.3", features = ["no-recursion-limit"] } diff --git a/src/tls-util/Cargo.toml b/src/tls-util/Cargo.toml index dc360105a367a..66b88b88fefc1 100644 --- a/src/tls-util/Cargo.toml +++ b/src/tls-util/Cargo.toml @@ -11,7 +11,7 @@ workspace = true [dependencies] anyhow = { version = "1.0.66", features = ["backtrace"] } -openssl = { version = "0.10.48", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } openssl-sys = { version = "0.9.80", features = ["vendored"] } postgres-openssl = { version = "0.5.0" } thiserror = "1.0.37" diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index 53c8a2109626c..c9c5e9f907668 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -76,7 +76,7 @@ nom = { version = "7.1.2" } num-bigint = { version = "0.4.3" } num-integer = { version = "0.1.44", features = ["i128"] } num-traits = { version = "0.2.15", features = ["i128"] } -openssl = { version = "0.10.55", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } ordered-float = { version = "4.2.0", features = ["serde"] } parking_lot = { version = "0.12.1", features = ["send_guard"] } phf = { version = "0.11.1", features = ["uncased"] } @@ -194,7 +194,7 @@ nom = { version = "7.1.2" } num-bigint = { version = "0.4.3" } num-integer = { version = "0.1.44", features = ["i128"] } num-traits = { version = "0.2.15", features = ["i128"] } -openssl = { version = "0.10.55", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } ordered-float = { version = "4.2.0", features = ["serde"] } parking_lot = { version = "0.12.1", features = ["send_guard"] } phf = { version = "0.11.1", features = ["uncased"] }