Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent c032e2c commit 49bd008
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ clap = { version = "4.3.19", features = ["derive"] }
dirs = "5.0.1"
dunce = "1.0.4"
serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.103"
serde_json = "1.0.104"
semver = "1.0.18"
anyhow = "1.0.72"
tempfile = "3.7.0"
Expand Down Expand Up @@ -75,7 +75,7 @@ nix = "0.26.2"
anyhow = "1.0.72"
itertools = "0.11.0"
serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.103"
serde_json = "1.0.104"
semver = "1.0.18"
built = "0.6.1"

Expand Down

0 comments on commit 49bd008

Please sign in to comment.