Skip to content

Commit

Permalink
Bump serde_json from 1.0.105 to 1.0.106
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.106.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.105...v1.0.106)

---
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 Sep 11, 2023
1 parent 6cd9a71 commit 5373562
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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-typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ typify = { version = "0.0.13", path = "../typify" }

clap = { version = "4.4.2", features = ["derive"] }
color-eyre = "0.6"
serde_json = "1.0.105"
serde_json = "1.0.106"
schemars = "0.8.13"
rustfmt-wrapper = "0.2.0"

Expand Down
4 changes: 2 additions & 2 deletions example-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ edition = "2021"

[dependencies]
serde = "1.0"
serde_json = "1.0.105"
serde_json = "1.0.106"

[build-dependencies]
prettyplease = "0.2"
schemars = "0.8"
serde_json = "1.0.105"
serde_json = "1.0.106"
syn = "2.0.31"
typify = { path = "../typify" }
2 changes: 1 addition & 1 deletion typify-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
regress = "0.7.1"
serde = "1.0.188"
serde_json = "1.0.105"
serde_json = "1.0.106"

[build-dependencies]
ipnetwork = { version = "0.20.0", features = ["schemars"] }
Expand Down
2 changes: 1 addition & 1 deletion typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ regress = "0.7.1"
rustfmt-wrapper = "0.2.0"
schemars = "0.8.13"
serde = "1.0.188"
serde_json = "1.0.105"
serde_json = "1.0.106"
trybuild = "1.0.83"
uuid = { version = "1.4.1", features = ["serde"] }

0 comments on commit 5373562

Please sign in to comment.