Skip to content

Commit

Permalink
chore(deps): Bump similar-asserts from 1.5.0 to 1.6.0 (#21222)
Browse files Browse the repository at this point in the history
Bumps [similar-asserts](https://github.com/mitsuhiko/similar-asserts) from 1.5.0 to 1.6.0.
- [Changelog](https://github.com/mitsuhiko/similar-asserts/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/similar-asserts@1.5.0...1.6.0)

---
updated-dependencies:
- dependency-name: similar-asserts
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Oct 1, 2024
1 parent d06212d commit 6ef3d5e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -389,7 +389,7 @@ base64 = "0.22.1"
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
itertools = { version = "0.13.0", default-features = false, features = ["use_alloc"] }
libc = "0.2.159"
similar-asserts = "1.5.0"
similar-asserts = "1.6.0"
proptest.workspace = true
quickcheck = "1.0.3"
reqwest = { version = "0.11", features = ["json"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ vector-core = { path = "../vector-core", default-features = false, features = ["
futures.workspace = true
indoc = { version = "2", default-features = false }
tokio = { version = "1", features = ["test-util"] }
similar-asserts = "1.5.0"
similar-asserts = "1.6.0"
vector-core = { path = "../vector-core", default-features = false, features = ["vrl", "test"] }
uuid.workspace = true
rstest = "0.23.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/file-source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ features = ["full"]
criterion = "0.5"
quickcheck = "1"
tempfile = "3.12.0"
similar-asserts = "1.5.0"
similar-asserts = "1.6.0"

[[bench]]
name = "buffer"
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 @@ env-test-util = "1.0.1"
quickcheck = "1"
quickcheck_macros = "1"
proptest = "1.5"
similar-asserts = "1.5.0"
similar-asserts = "1.6.0"
tokio-test = "0.4.4"
toml.workspace = true
ndarray = "0.16.1"
Expand Down

0 comments on commit 6ef3d5e

Please sign in to comment.