Skip to content

Commit

Permalink
Bump the production-dependencies group with 2 updates (#51)
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 2 updates: [insta](https://github.com/mitsuhiko/insta) and [serde_json](https://github.com/serde-rs/json).


Updates `insta` from 1.34.0 to 1.35.1
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.34.0...1.35.1)

Updates `serde_json` from 1.0.113 to 1.0.114
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...v1.0.114)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 26, 2024
1 parent 3a7b5b2 commit 090e63f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion protox-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ prost-types = "0.12.1"
thiserror = "1.0.57"

[dev-dependencies]
insta = "1.34.0"
insta = "1.35.1"
proptest = "1.3.1"

[[package.metadata.release.pre-release-replacements]]
Expand Down
4 changes: 2 additions & 2 deletions protox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ protox-parse = { version = "0.6.0", path = "../protox-parse" }
thiserror = "1.0.57"

[dev-dependencies]
insta = { version = "1.34.0", features = ["yaml"] }
insta = { version = "1.35.1", features = ["yaml"] }
prost-build = { version = "0.12.1" }
prost-reflect = { version = "0.13.0", features = ["serde"] }
once_cell = { version = "1.12.0", default_features = false }
scopeguard = "1.1.0"
serde_yaml = "0.9.32"
similar-asserts = { version = "1.2.0", features = ["serde"] }
tempfile = "3.8.1"
serde_json = "1.0.108"
serde_json = "1.0.114"
tonic-build = "0.11.0"

[package.metadata.release]
Expand Down

0 comments on commit 090e63f

Please sign in to comment.