Skip to content

Commit

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

---
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 and github-actions[bot] committed Oct 17, 2024
1 parent 1c99ae2 commit ac41b23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 sarif-fmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "src/bin.rs"
anyhow = "1.0.89"
codespan-reporting = "0.11.1"
serde-sarif = { path = "../serde-sarif", version = "0.6.6" }
serde_json = "1.0.128"
serde_json = "1.0.129"
clap = { version = "4.5.20", features = ["derive"] }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions serde-sarif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ anyhow = { version = "1.0.89", optional = true }
cargo_metadata = { version = "0.18.1", optional = true }
regex = { version = "1.11.0", optional = true }
serde = "1.0.210"
serde_json = "1.0.128"
serde_json = "1.0.129"
strum = "0.26"
strum_macros = "0.26"
thiserror = "1.0.64"
Expand All @@ -46,5 +46,5 @@ prettyplease = "0.2.22"
proc-macro2 = "1.0.88"
quote = "1.0.37"
schemafy_lib = "0.6.0"
serde_json = "1.0.128"
serde_json = "1.0.129"
syn = "2.0.79"

0 comments on commit ac41b23

Please sign in to comment.