Skip to content

Commit 7752a39

Browse files
ci: bump serde_json from 1.0.134 to 1.0.135
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.134 to 1.0.135. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.135) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent efe8dfe commit 7752a39

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sarif-fmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ path = "src/bin.rs"
2323
anyhow = "1.0.95"
2424
codespan-reporting = "0.11.1"
2525
serde-sarif = { path = "../serde-sarif", version = "0.7.0" }
26-
serde_json = "1.0.134"
26+
serde_json = "1.0.135"
2727
clap = { version = "4.5.23", features = ["derive"] }
2828

2929
[dev-dependencies]

serde-sarif/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ anyhow = { version = "1.0.95", optional = true }
3131
cargo_metadata = { version = "0.19.1", optional = true }
3232
regex = { version = "1.11.1", optional = true }
3333
serde = "1.0.217"
34-
serde_json = "1.0.134"
34+
serde_json = "1.0.135"
3535
strum = "0.26"
3636
strum_macros = "0.26"
3737
thiserror = "2.0.9"
@@ -46,5 +46,5 @@ prettyplease = "0.2.27"
4646
proc-macro2 = "1.0.92"
4747
quote = "1.0.38"
4848
schemafy_lib = "0.6.0"
49-
serde_json = "1.0.134"
49+
serde_json = "1.0.135"
5050
syn = "2.0.95"

0 commit comments

Comments
 (0)