Skip to content

Commit a18febd

Browse files
build(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 1ea6f6c commit a18febd

File tree

2 files changed

+44
-18
lines changed

2 files changed

+44
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ scale-info = { version = "2.11.6", default-features = false, features = ["derive
8585
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }
8686
serde_json = { version = "1.0", default-features = false }
8787
sha2 = { version = "0.10.9", default-features = false }
88-
similar-asserts = "1.7.0"
88+
similar-asserts = "2.0.0"
8989
sqlx = { version = "0.8.6", default-features = false, features = ["macros"] }
9090
syn = "2.0.87"
9191
thiserror = "2.0"

0 commit comments

Comments
 (0)