Skip to content

Commit

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

---
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 Sep 7, 2024
1 parent 7cfe0a5 commit 87b680d
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 crates/abcrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ serde = { version = "1.0.209", default-features = false, features = ["derive"],
anyhow.workspace = true
clap.workspace = true
dialoguer.workspace = true
serde_json = "1.0.127"
serde_json = "1.0.128"
serde_test = "1.0.177"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ clap = { workspace = true, features = ["wrap_help"] }
clap_complete = "4.5.24"
clap_complete_nushell = "4.5.3"
dialoguer.workspace = true
serde_json = { version = "1.0.127", optional = true }
serde_json = { version = "1.0.128", optional = true }
sysexits = "0.8.1"

[dev-dependencies]
Expand Down

0 comments on commit 87b680d

Please sign in to comment.