Skip to content

Commit

Permalink
dep: bump the deps group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent f8a12a8 commit f91d49f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
29 changes: 25 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ log = "0.4.25"
thiserror = "2.0.11"
# Dev-dependencies
ciborium = { version = "0.2.2", default-features = false }
insta = { version = "1.42.0" }
insta = { version = "1.42.1" }
itertools = "0.13.0"
pretty_assertions = "1.4.1"
proptest = "1.5.0"
rmp-serde = "1.3.0"
serde = { version = "1.0.217" }
serde_json = { version = "1.0.137", default-features = true, features = [
serde_json = { version = "1.0.138", default-features = true, features = [
"std",
"float_roundtrip",
] }
Expand Down

0 comments on commit f91d49f

Please sign in to comment.