Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.111 to 1.0.114
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.114.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.111...v1.0.114)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent ff1e499 commit 03a4080
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ publish = false
[workspace.dependencies]
serde = { version = "1.0.195", features = ["derive"] }
serde_yaml = "0.9.30"
serde_json = "1.0.111"
serde_json = "1.0.114"
thiserror = "1.0.56"
ureq = "2.9.1"
regex = "1.10.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_resolved_schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ordered-float.workspace = true
prost = "0.12.3"

[dev-dependencies]
serde_json = "1.0.64"
serde_json = "1.0.114"

[build-dependencies]
prost-build = { version = "0.12", features = ["cleanup-markdown"] }
Expand Down

0 comments on commit 03a4080

Please sign in to comment.