Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.113 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.113 to 1.0.128.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.113...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 13, 2024
1 parent 03b1858 commit 3e9e37b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nix-compat = { git = "https://code.tvl.fyi/depot.git:/tvix/nix-compat.git" }
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
rustc-hash = "1.1.0"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.113"
serde_json = "1.0.128"
ureq = { version = "2.9.7", features = ["json"] }

[dependencies.clap]
Expand Down

0 comments on commit 3e9e37b

Please sign in to comment.