Skip to content

Commit

Permalink
chore(deps): Bump similar-asserts from 1.4.2 to 1.5.0 (vectordotdev#1…
Browse files Browse the repository at this point in the history
…8318)

Bumps [similar-asserts](https://github.com/mitsuhiko/similar-asserts) from 1.4.2 to 1.5.0.
- [Changelog](https://github.com/mitsuhiko/similar-asserts/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/similar-asserts@1.4.2...1.5.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 Aug 21, 2023
1 parent ea2d576 commit b3a1d53
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 @@ -362,7 +362,7 @@ base64 = "0.21.2"
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
itertools = { version = "0.11.0", default-features = false, features = ["use_alloc"] }
libc = "0.2.147"
similar-asserts = "1.4.2"
similar-asserts = "1.5.0"
proptest = "1.2"
quickcheck = "1.0.3"
lookup = { package = "vector-lookup", path = "lib/vector-lookup", features = ["test"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ vector-core = { path = "../vector-core", default-features = false }
futures = { version = "0.3", default-features = false }
indoc = { version = "2", default-features = false }
tokio = { version = "1", features = ["test-util"] }
similar-asserts = "1.4.2"
similar-asserts = "1.5.0"

[features]
syslog = ["dep:syslog_loose"]
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.6.0"
similar-asserts = "1.4.2"
similar-asserts = "1.5.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 @@ -85,7 +85,7 @@ env-test-util = "1.0.1"
quickcheck = "1"
quickcheck_macros = "1"
proptest = "1.2"
similar-asserts = "1.4.2"
similar-asserts = "1.5.0"
tokio-test = "0.4.2"
toml = { version = "0.7.6", default-features = false, features = ["parse"] }
ndarray = "0.15.6"
Expand Down

0 comments on commit b3a1d53

Please sign in to comment.