Skip to content

Commit

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

---
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 30, 2023
1 parent 2b73769 commit 5456b1d
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.75"
codespan-reporting = "0.11.1"
serde_json = "1.0.107"
serde_json = "1.0.108"
serde-sarif = { path = "../serde-sarif", version = "0.4.2" }
clap = { version = "4.4.7", 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.12.0"
regex = { version = "1.10.2", optional = true }
serde = "1.0.190"
serde_json = "1.0.107"
serde_json = "1.0.108"
strum = "0.25"
strum_macros = "0.24"
thiserror = "1.0.50"
Expand All @@ -43,5 +43,5 @@ prettyplease = "0.2.15"
proc-macro2 = "1.0.69"
quote = "1.0.33"
schemafy_lib = "0.6.0"
serde_json = "1.0.107"
serde_json = "1.0.108"
syn = "2.0.38"

0 comments on commit 5456b1d

Please sign in to comment.