Skip to content

Commit

Permalink
chore(dep): bump the test-deps group in /crates/rsonpath-test-codegen…
Browse files Browse the repository at this point in the history
… with 2 updates (#348)

chore(dep): bump the test-deps group

Bumps the test-deps group in /crates/rsonpath-test-codegen with 2 updates: [serde](https://github.com/serde-rs/serde) and [toml](https://github.com/toml-rs/toml).


Updates `serde` from 1.0.190 to 1.0.192
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.190...v1.0.192)

Updates `toml` from 0.8.6 to 0.8.8
- [Commits](toml-rs/toml@toml-v0.8.6...toml-v0.8.8)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-deps
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent b497d39 commit d69d942
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions crates/rsonpath-test-codegen/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 crates/rsonpath-test-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ rust-version = "1.70.0"
publish = false

[dependencies]
serde = { version = "1.0.190", features = ["derive"] }
toml = "0.8.6"
serde = { version = "1.0.192", features = ["derive"] }
toml = "0.8.8"
proc-macro2 = "1.0.69"
quote = "1.0.33"
heck = { version = "0.4.1", features = ["unicode"] }
Expand Down

0 comments on commit d69d942

Please sign in to comment.