Skip to content

Commit 3f9b9e8

Browse files
authored
Merge pull request #31438 from MaterializeInc/dependabot/cargo/tokio-openssl-0.6.5
build(deps): bump tokio-openssl from 0.6.4 to 0.6.5
2 parents b0a509f + 1594ddb commit 3f9b9e8

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/balancerd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ prometheus = { version = "0.13.3", default-features = false }
4343
proxy-header = "0.1.2"
4444
semver = "1.0.16"
4545
tokio = { version = "1.38.0", default-features = false }
46-
tokio-openssl = "0.6.3"
46+
tokio-openssl = "0.6.5"
4747
tokio-postgres = { version = "0.7.8" }
4848
tokio-util = { version = "0.7.13", features = ["codec"] }
4949
tower = "0.4.13"

src/ore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tokio = { version = "1.38.0", features = [
5757
"sync",
5858
"time",
5959
], optional = true }
60-
tokio-openssl = { version = "0.6.3", optional = true }
60+
tokio-openssl = { version = "0.6.5", optional = true }
6161
thiserror = "1.0.37"
6262
tracing-capture = { version = "0.1.0", optional = true }
6363
# TODO(guswynn): determine, when, if ever, we can remove `tracing-log`

src/pgwire-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ derivative = "2.2.0"
1919
mz-ore = { path = "../ore", features = ["network"], default-features = false }
2020
mz-server-core = { path = "../server-core", default-features = false }
2121
tokio = "1.38.0"
22-
tokio-openssl = "0.6.3"
22+
tokio-openssl = "0.6.5"
2323
tokio-postgres = { version = "0.7.8" }
2424
tracing = "0.1.37"
2525
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

src/pgwire/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ openssl = { version = "0.10.48", features = ["vendored"] }
3232
postgres = { version = "0.19.5" }
3333
tokio = "1.38.0"
3434
tokio-stream = "0.1.11"
35-
tokio-openssl = "0.6.3"
35+
tokio-openssl = "0.6.5"
3636
tokio-util = { version = "0.7.13", features = ["codec"] }
3737
tracing = "0.1.37"
3838
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

0 commit comments

Comments
 (0)