Skip to content

Commit

Permalink
chore(dep): bump the test-deps group across 1 directory with 3 updates (
Browse files Browse the repository at this point in the history
#536)

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


Updates `serde` from 1.0.203 to 1.0.209
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.203...v1.0.209)

Updates `toml` from 0.8.14 to 0.8.19
- [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.19)

Updates `quote` from 1.0.36 to 1.0.37
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.36...1.0.37)

---
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
- dependency-name: quote
  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 Aug 27, 2024
1 parent d91336c commit 0d48db8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions crates/rsonpath-test-codegen/Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/rsonpath-test-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ rust-version = "1.70.0"
publish = false

[dependencies]
serde = { version = "1.0.203", features = ["derive"] }
toml = "0.8.14"
serde = { version = "1.0.209", features = ["derive"] }
toml = "0.8.19"
proc-macro2 = "1.0.86"
quote = "1.0.36"
quote = "1.0.37"
heck = { version = "0.4.1", features = ["unicode"] }
walkdir = "2.5.0"

Expand Down

0 comments on commit 0d48db8

Please sign in to comment.