Skip to content

Commit fdd59e6

Browse files
build(deps): bump the simple2 group across 1 directory with 2 updates
Bumps the simple2 group with 2 updates in the / directory: [native-tls](https://github.com/rust-native-tls/rust-native-tls) and [socket2](https://github.com/rust-lang/socket2). Updates `native-tls` from 0.2.14 to 0.2.18 - [Release notes](https://github.com/rust-native-tls/rust-native-tls/releases) - [Changelog](https://github.com/rust-native-tls/rust-native-tls/blob/main/CHANGELOG.md) - [Commits](rust-native-tls/rust-native-tls@v0.2.14...v0.2.18) Updates `socket2` from 0.6.0 to 0.6.3 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](rust-lang/socket2@v0.6.0...v0.6.3) --- updated-dependencies: - dependency-name: native-tls dependency-version: 0.2.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: socket2 dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 201d9d6 commit fdd59e6

6 files changed

Lines changed: 51 additions & 22 deletions

File tree

Cargo.lock

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

src/ccsr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111

1212
[dependencies]
1313
anyhow = "1.0.102"
14-
native-tls = "0.2.14"
14+
native-tls = "0.2.18"
1515
openssl = { version = "0.10.76", features = ["vendored"] }
1616
reqwest = { version = "0.12.28", features = [
1717
"blocking",

src/fivetran-destination/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ prost-types = { version = "0.14.3" }
2727
serde = { version = "1.0.219", features = ["derive"] }
2828
serde_json = "1.0.149"
2929
sha2 = "0.10.9"
30-
socket2 = "0.6.0"
30+
socket2 = "0.6.3"
3131
thiserror = "2.0.18"
3232
tonic = { version = "0.14.2", features = ["gzip"] }
3333
tonic-prost = "0.14.5"

src/ore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tracing = { version = "0.1.44", optional = true }
8484
tracing-opentelemetry = { version = "0.32.1", optional = true }
8585
tonic = { version = "0.14.2", features = ["transport"], optional = true }
8686
tokio-native-tls = { version = "0.3.1", optional = true }
87-
native-tls = { version = "0.2.14", features = ["alpn"], optional = true }
87+
native-tls = { version = "0.2.18", features = ["alpn"], optional = true }
8888
hyper-tls = { version = "0.6.0", optional = true }
8989
hyper-util = { version = "0.1.20", optional = true }
9090
opentelemetry = { version = "0.31.0", features = ["trace"], optional = true }

src/server-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ schemars = { version = "1.2.1" }
1818
scopeguard = "1.2.0"
1919
serde = { version = "1.0.219", features = ["derive"] }
2020
serde_json = "1.0.149"
21-
socket2 = "0.6.0"
21+
socket2 = "0.6.3"
2222
tokio-stream = "0.1.18"
2323
proxy-header = "0.1.2"
2424
tracing = "0.1.44"

src/storage-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ mz-sql-server-util = { path = "../sql-server-util" }
5656
mz-timely-util = { path = "../timely-util" }
5757
mz-tls-util = { path = "../tls-util" }
5858
mz-tracing = { path = "../tracing" }
59-
native-tls = "0.2.14"
59+
native-tls = "0.2.18"
6060
openssl = { version = "0.10.76", features = ["vendored"] }
6161
proptest = { version = "1.10.0", default-features = false, features = ["std"] }
6262
proptest-derive = { version = "0.8.0", features = ["boxed_union"] }

0 commit comments

Comments
 (0)