Skip to content

Commit

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

---
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] committed Aug 17, 2024
1 parent 91ea400 commit 086969d
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 @@ -12,7 +12,7 @@ build = "build.rs"
clap = { version = "4.5.16", features = ["derive", "cargo"], optional = true }
clap_complete = { version = "4.5.8", optional = true }
handlebars = { version = "5.1.2", optional = true }
serde_json = { version = "1.0.121", optional = true }
serde_json = { version = "1.0.125", optional = true }

[dependencies]
anyhow = "1.0.86"
Expand All @@ -22,7 +22,7 @@ serde_yaml = "0.9.34"
home = { version = "0.5.9", optional = true }
clap_complete = { version = "4.5.8", optional = true }
handlebars = {version = "5.1.2", features = ["dir_source"], optional = true }
serde_json = { version = "1.0.121", optional = true }
serde_json = { version = "1.0.125", optional = true }
ignore = { version = "0.4.20", optional = true }
dialoguer = { version = "0.11.0", optional = true }

Expand Down

0 comments on commit 086969d

Please sign in to comment.