From edc1fb8bd67dc5d1d8eb009563b3f55599cb9c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:39:59 +0000 Subject: [PATCH] build(deps): bump openssl from 0.10.55 to 0.10.63 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.63. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.63) --- 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 23d8b92d26e98..686ef1a1eb59b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6509,11 +6509,11 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.55" +version = "0.10.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" +checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.1", "cfg-if", "foreign-types", "libc", @@ -6541,18 +6541,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.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" +checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae" dependencies = [ "cc", "libc", diff --git a/src/balancerd/Cargo.toml b/src/balancerd/Cargo.toml index 17a341785eb59..32b450bb390d8 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.63", 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..4cf11480801dc 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.63", features = ["vendored"] } reqwest = { version = "0.11.13", features = [ "blocking", "json", diff --git a/src/environmentd/Cargo.toml b/src/environmentd/Cargo.toml index 62acc12da6b0d..dbc8cb2e5066b 100644 --- a/src/environmentd/Cargo.toml +++ b/src/environmentd/Cargo.toml @@ -77,7 +77,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.63", 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 e941e57bf3781..51f4b9477cb0c 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.63", 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 7aedf56481770..04c92c81294d1 100644 --- a/src/ore/Cargo.toml +++ b/src/ore/Cargo.toml @@ -34,7 +34,7 @@ mz-test-macro = { path = "../test-macro", 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.63", 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 6ef5fd3eac522..dde2f090fc336 100644 --- a/src/persist/Cargo.toml +++ b/src/persist/Cargo.toml @@ -43,7 +43,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.63", 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..775b55f9aef84 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.63", 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..16304c66ecdcb 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.63", 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..8b205596adffe 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.63", 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..36787bbdbf41e 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.63", 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 8f0e42004e5b4..ccdb31d111c80 100644 --- a/src/storage-types/Cargo.toml +++ b/src/storage-types/Cargo.toml @@ -48,7 +48,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.63", 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..58ce4189e6b61 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.63", 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 7df78c5ab6ace..d53f761c3af62 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -74,7 +74,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.63", 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"] } @@ -189,7 +189,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.63", 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"] }