Skip to content

Commit 6716959

Browse files
chore(deps): Bump tokio-test from 0.4.2 to 0.4.3 (vectordotdev#18357)
Bumps [tokio-test](https://github.com/tokio-rs/tokio) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-test-0.4.2...tokio-test-0.4.3) --- updated-dependencies: - dependency-name: tokio-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c901ed commit 6716959

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -370,7 +370,7 @@ reqwest = { version = "0.11", features = ["json"] }
370370
tempfile = "3.6.0"
371371
test-generator = "0.3.1"
372372
tokio = { version = "1.32.0", features = ["test-util"] }
373-
tokio-test = "0.4.2"
373+
tokio-test = "0.4.3"
374374
tower-test = "0.4.0"
375375
vector-core = { path = "lib/vector-core", default-features = false, features = ["vrl", "test"] }
376376
vrl = { version = "0.6.0", features = ["cli", "test", "test_framework", "arbitrary"] }

lib/vector-buffers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ quickcheck = "1.0"
4444
rand = "0.8.5"
4545
serde_yaml = { version = "0.9", default-features = false }
4646
temp-dir = "0.1.11"
47-
tokio-test = "0.4.2"
47+
tokio-test = "0.4.3"
4848
tracing-fluent-assertions = { version = "0.3" }
4949
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt", "registry", "std", "ansi"] }
5050

lib/vector-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ quickcheck = "1"
8686
quickcheck_macros = "1"
8787
proptest = "1.2"
8888
similar-asserts = "1.5.0"
89-
tokio-test = "0.4.2"
89+
tokio-test = "0.4.3"
9090
toml = { version = "0.7.6", default-features = false, features = ["parse"] }
9191
ndarray = "0.15.6"
9292
ndarray-stats = "0.5.1"

0 commit comments

Comments
 (0)