Skip to content

Commit c56d0bd

Browse files
dep: bump the deps group across 1 directory with 2 updates (#658)
Bumps the deps group with 2 updates in the / directory: [insta](https://github.com/mitsuhiko/insta) and [serde_json](https://github.com/serde-rs/json). Updates `insta` from 1.42.0 to 1.42.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.42.0...1.42.1) Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.137...v1.0.138) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8a12a8 commit c56d0bd

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ log = "0.4.25"
3333
thiserror = "2.0.11"
3434
# Dev-dependencies
3535
ciborium = { version = "0.2.2", default-features = false }
36-
insta = { version = "1.42.0" }
36+
insta = { version = "1.42.1" }
3737
itertools = "0.13.0"
3838
pretty_assertions = "1.4.1"
3939
proptest = "1.5.0"
4040
rmp-serde = "1.3.0"
4141
serde = { version = "1.0.217" }
42-
serde_json = { version = "1.0.137", default-features = true, features = [
42+
serde_json = { version = "1.0.138", default-features = true, features = [
4343
"std",
4444
"float_roundtrip",
4545
] }

0 commit comments

Comments
 (0)