Skip to content

Commit

Permalink
chore(deps): bump serde_json in /bundler in the patch group
Browse files Browse the repository at this point in the history
Bumps the patch group in /bundler with 1 update: [serde_json](https://github.com/serde-rs/json).


Updates `serde_json` from 1.0.135 to 1.0.137
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.137)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and garryod committed Jan 20, 2025
1 parent d88d470 commit a724123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundler/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 bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ opentelemetry-semantic-conventions = { version = "0.15.0" }
opentelemetry_sdk = { version = "0.23.0", features = ["rt-tokio"] }
schemars = { version = "0.8.21" }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.135" }
serde_json = { version = "1.0.137" }
sqlx = { version = "0.8.3", features = [
"runtime-tokio",
"tls-rustls",
Expand Down

0 comments on commit a724123

Please sign in to comment.