Skip to content

Commit

Permalink
build(deps): bump the minor-patch group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 2 updates: [serde](https://github.com/serde-rs/serde) and [insta](https://github.com/mitsuhiko/insta).


Updates `serde` from 1.0.213 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.213...v1.0.214)

Updates `insta` from 1.40.0 to 1.41.1
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.40.0...1.41.1)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and altsem committed Nov 13, 2024
1 parent 7c26345 commit 09246b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -13,7 +13,7 @@ harness = false
pretty_assertions = "1.4.0"
temp-dir = "0.1.13"
criterion = "0.5.1"
insta = "1.39.0"
insta = "1.41.1"
unicode-width = "0.2.0"

[profile.release]
Expand All @@ -34,7 +34,7 @@ itertools = "0.13.0"
log = "0.4.22"
nom = "7.1.3"
ratatui = { version = "0.29.0", features = ["serde"] }
serde = { version = "1.0.213", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
similar = { version = "2.6.0", features = ["unicode", "inline"] }
simple-logging = "2.0.2"
toml = "0.8.15"
Expand Down

0 comments on commit 09246b8

Please sign in to comment.