Skip to content

Commit

Permalink
chore(deps): Bump tokio-test from 0.4.2 to 0.4.3 (#18357)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent 06bdb94 commit 25e35ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ reqwest = { version = "0.11", features = ["json"] }
tempfile = "3.6.0"
test-generator = "0.3.1"
tokio = { version = "1.32.0", features = ["test-util"] }
tokio-test = "0.4.2"
tokio-test = "0.4.3"
tower-test = "0.4.0"
vector-core = { path = "lib/vector-core", default-features = false, features = ["vrl", "test"] }
vrl = { version = "0.6.0", features = ["cli", "test", "test_framework", "arbitrary"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ quickcheck = "1.0"
rand = "0.8.5"
serde_yaml = { version = "0.9", default-features = false }
temp-dir = "0.1.11"
tokio-test = "0.4.2"
tokio-test = "0.4.3"
tracing-fluent-assertions = { version = "0.3" }
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt", "registry", "std", "ansi"] }

Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ quickcheck = "1"
quickcheck_macros = "1"
proptest = "1.2"
similar-asserts = "1.5.0"
tokio-test = "0.4.2"
tokio-test = "0.4.3"
toml = { version = "0.7.6", default-features = false, features = ["parse"] }
ndarray = "0.15.6"
ndarray-stats = "0.5.1"
Expand Down

0 comments on commit 25e35ee

Please sign in to comment.