Skip to content

Commit

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

---
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 May 15, 2024
1 parent 0c4276d commit 9c0b8ea
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 @@ -22,7 +22,7 @@ path = "src/bin.rs"
[dependencies]
anyhow = "1.0.81"
codespan-reporting = "0.11.1"
serde_json = "1.0.115"
serde_json = "1.0.117"
serde-sarif = { path = "../serde-sarif", version = "0.4.2" }
clap = { version = "4.5.4", features = ["derive"] }

Expand Down
4 changes: 2 additions & 2 deletions serde-sarif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cargo_metadata = { version = "0.18.1", optional = true }
derive_builder = "0.20.0"
regex = { version = "1.10.4", optional = true }
serde = "1.0.202"
serde_json = "1.0.115"
serde_json = "1.0.117"
strum = "0.26"
strum_macros = "0.26"
thiserror = "1.0.58"
Expand All @@ -43,5 +43,5 @@ prettyplease = "0.2.17"
proc-macro2 = "1.0.79"
quote = "1.0.34"
schemafy_lib = "0.6.0"
serde_json = "1.0.115"
serde_json = "1.0.117"
syn = "2.0.58"

0 comments on commit 9c0b8ea

Please sign in to comment.