Skip to content

Commit

Permalink
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 1413a1c commit bacf835
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde_json = "1.0.111"
serde_json = "1.0.114"
clap = { version = "4.0.32", features = ["derive"] }
schema2000 = { version = "0.1.0", path = "../core" }

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ authors = ["REWE Digital schema2000 maintainers"]

[dependencies]
maplit = "1.0.2"
serde_json = "1.0.111"
serde_json = "1.0.114"
parameterized = "1.0.1"
chrono = "0.4.23"
2 changes: 1 addition & 1 deletion test-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
serde_json = "1.0.111"
serde_json = "1.0.114"
schema2000 = { path = "../core" }

0 comments on commit bacf835

Please sign in to comment.