Skip to content

Commit b3a1d53

Browse files
chore(deps): Bump similar-asserts from 1.4.2 to 1.5.0 (vectordotdev#18318)
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>
1 parent ea2d576 commit b3a1d53

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ base64 = "0.21.2"
362362
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
363363
itertools = { version = "0.11.0", default-features = false, features = ["use_alloc"] }
364364
libc = "0.2.147"
365-
similar-asserts = "1.4.2"
365+
similar-asserts = "1.5.0"
366366
proptest = "1.2"
367367
quickcheck = "1.0.3"
368368
lookup = { package = "vector-lookup", path = "lib/vector-lookup", features = ["test"] }

lib/codecs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ vector-core = { path = "../vector-core", default-features = false }
3737
futures = { version = "0.3", default-features = false }
3838
indoc = { version = "2", default-features = false }
3939
tokio = { version = "1", features = ["test-util"] }
40-
similar-asserts = "1.4.2"
40+
similar-asserts = "1.5.0"
4141

4242
[features]
4343
syslog = ["dep:syslog_loose"]

lib/file-source/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ features = ["full"]
7777
criterion = "0.5"
7878
quickcheck = "1"
7979
tempfile = "3.6.0"
80-
similar-asserts = "1.4.2"
80+
similar-asserts = "1.5.0"
8181

8282
[[bench]]
8383
name = "buffer"

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ env-test-util = "1.0.1"
8585
quickcheck = "1"
8686
quickcheck_macros = "1"
8787
proptest = "1.2"
88-
similar-asserts = "1.4.2"
88+
similar-asserts = "1.5.0"
8989
tokio-test = "0.4.2"
9090
toml = { version = "0.7.6", default-features = false, features = ["parse"] }
9191
ndarray = "0.15.6"

0 commit comments

Comments
 (0)