Skip to content

Commit 1c2019a

Browse files
chore(deps): bump similar-asserts from 1.7.0 to 2.0.0
Bumps [similar-asserts](https://github.com/mitsuhiko/similar-asserts) from 1.7.0 to 2.0.0. - [Changelog](https://github.com/mitsuhiko/similar-asserts/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/similar-asserts@1.7.0...2.0.0) --- updated-dependencies: - dependency-name: similar-asserts dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f06f820 commit 1c2019a

4 files changed

Lines changed: 25 additions & 60 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ futures.workspace = true
6969
indoc.workspace = true
7070
tokio = { workspace = true, features = ["test-util"] }
7171
toml.workspace = true
72-
similar-asserts = "1.7.0"
72+
similar-asserts = "2.0.0"
7373
vector-core = { path = "../vector-core", default-features = false, features = ["vrl", "test"] }
7474
rstest = "0.26.1"
7575
tracing-test = "0.2.6"

lib/file-source-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ tokio = { workspace = true, features = ["full"] }
2828
[dev-dependencies]
2929
quickcheck.workspace = true
3030
tempfile.workspace = true
31-
similar-asserts = "1.7.0"
31+
similar-asserts = "2.0.0"

lib/vector-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ env-test-util = "1.0.1"
8585
quickcheck.workspace = true
8686
quickcheck_macros = "1"
8787
proptest.workspace = true
88-
similar-asserts = "1.7.0"
88+
similar-asserts = "2.0.0"
8989
tokio-test.workspace = true
9090
toml.workspace = true
9191
ndarray = "0.16.1"

0 commit comments

Comments
 (0)