Skip to content

Commit 9e5f964

Browse files
chore(deps): bump the tokio group with 5 updates
Bumps the tokio group with 5 updates: | Package | From | To | | --- | --- | --- | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.17` | `0.1.18` | | [tokio-postgres](https://github.com/rust-postgres/rust-postgres) | `0.7.13` | `0.7.15` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.20.1` | `0.21.0` | | [tokio-test](https://github.com/tokio-rs/tokio) | `0.4.4` | `0.4.5` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.49.0` | Updates `tokio-stream` from 0.1.17 to 0.1.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.17...tokio-stream-0.1.18) Updates `tokio-postgres` from 0.7.13 to 0.7.15 - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](rust-postgres/rust-postgres@tokio-postgres-v0.7.13...tokio-postgres-v0.7.15) Updates `tokio-tungstenite` from 0.20.1 to 0.21.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.20.1...v0.21.0) Updates `tokio-test` from 0.4.4 to 0.4.5 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-test-0.4.4...tokio-test-0.4.5) Updates `tokio` from 1.47.1 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio-stream dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tokio - dependency-name: tokio-postgres dependency-version: 0.7.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tokio - dependency-name: tokio-tungstenite dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tokio - dependency-name: tokio-test dependency-version: 0.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tokio - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tokio ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5f8995 commit 9e5f964

File tree

8 files changed

+42
-102
lines changed

8 files changed

+42
-102
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ serde_yaml = { version = "0.9.34", default-features = false }
191191
snafu = { version = "0.8.9", default-features = false, features = ["futures", "std"] }
192192
socket2 = { version = "0.5.10", default-features = false }
193193
tempfile = "3.23.0"
194-
tokio = { version = "1.45.1", default-features = false }
194+
tokio = { version = "1.49.0", default-features = false }
195195
toml = { version = "0.9.8", default-features = false, features = ["serde", "display", "parse"] }
196196
tonic = { version = "0.11", default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
197197
tonic-build = { version = "0.11", default-features = false, features = ["transport", "prost"] }

lib/vector-api-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ anyhow.workspace = true
1818
# Tokio / Futures
1919
futures.workspace = true
2020
tokio = { workspace = true, features = ["macros", "rt", "sync"] }
21-
tokio-stream = { version = "0.1.17", default-features = false, features = ["sync"] }
21+
tokio-stream = { version = "0.1.18", default-features = false, features = ["sync"] }
2222

2323
# GraphQL
2424
graphql_client = { version = "0.14.0", default-features = false, features = ["graphql_query_derive"] }
2525

2626
# HTTP / WebSockets
2727
reqwest = { version = "0.11.26", default-features = false, features = ["json"] }
28-
tokio-tungstenite = { version = "0.20.1", default-features = false, features = ["connect", "rustls"] }
28+
tokio-tungstenite = { version = "0.21.0", default-features = false, features = ["connect", "rustls"] }
2929

3030
# External libs
3131
chrono.workspace = true

lib/vector-buffers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ quickcheck = "1.0"
4747
rand.workspace = true
4848
serde_yaml.workspace = true
4949
temp-dir = "0.1.16"
50-
tokio-test = "0.4.4"
50+
tokio-test = "0.4.5"
5151
tracing-fluent-assertions = { version = "0.3" }
5252
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt", "registry", "std", "ansi"] }
5353

lib/vector-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ quickcheck = "1"
8484
quickcheck_macros = "1"
8585
proptest = "1.8"
8686
similar-asserts = "1.7.0"
87-
tokio-test = "0.4.4"
87+
tokio-test = "0.4.5"
8888
toml.workspace = true
8989
ndarray = "0.16.1"
9090
ndarray-stats = "0.6.0"

lib/vector-tap/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ futures.workspace = true
1616
glob.workspace = true
1717
serde_yaml.workspace = true
1818
tokio = { workspace = true, features = ["time"] }
19-
tokio-stream = { version = "0.1.17", default-features = false, features = ["sync"] }
20-
tokio-tungstenite = { version = "0.20.1", default-features = false }
19+
tokio-stream = { version = "0.1.18", default-features = false, features = ["sync"] }
20+
tokio-tungstenite = { version = "0.21.0", default-features = false }
2121
tracing.workspace = true
2222
url = { version = "2.5.4", default-features = false }
2323
uuid.workspace = true

lib/vector-top/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ futures-util = { workspace = true, features = ["alloc"] }
1414
glob.workspace = true
1515
indoc.workspace = true
1616
tokio = { workspace = true, features = ["full"] }
17-
tokio-stream = { version = "0.1.17", default-features = false, features = ["net", "sync", "time"] }
17+
tokio-stream = { version = "0.1.18", default-features = false, features = ["net", "sync", "time"] }
1818
url.workspace = true
1919
humantime = { version = "2.2.0", default-features = false }
2020
crossterm = { version = "0.29.0", default-features = false, features = ["event-stream", "windows"] }

lib/vector-vrl-metrics/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ const-str.workspace = true
1212
vrl.workspace = true
1313
vector-core = { path = "../vector-core", default-features = false, features = ["vrl"] }
1414
vector-common = { path = "../vector-common", default-features = false }
15-
tokio = { version = "1.45.1", default-features = false }
16-
tokio-stream = { version = "0.1.17", default-features = false }
15+
tokio = { version = "1.49.0", default-features = false }
16+
tokio-stream = { version = "0.1.18", default-features = false }

0 commit comments

Comments
 (0)