Skip to content

Commit

Permalink
Bump serde_json from 1.0.137 to 1.0.138 in /crates
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.137 to 1.0.138.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

---
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 Jan 29, 2025
1 parent 091378f commit 087c612
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions crates/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 crates/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0.95"
tokio = { version = "1.43.0", features = ["full"] }
clap = { version = "4.5.27", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
walkdir = "2.5.0"
futures = "0.3.31"
sha2 = { version = "0.10.8", features = ["asm"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/jarscanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
zip = "1.3.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
clap = { version = "4.5.27", features = ["derive"] }
tempfile = "3.10.1"
tokio = { version = "1.43.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/protobuf_extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyhow = "1.0.95"
tokio = { version = "1.43.0", features = ["full"] }
clap = { version = "4.5.27", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
pretty_env_logger = "0.5.0"
log = "0.4.25"
tree-sitter = "0.22.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/python_extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0.95"
tokio = { version = "1.43.0", features = ["full"] }
clap = { version = "4.5.27", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
walkdir = "2.5.0"
futures = "0.3.31"
sha2 = { version = "0.10.8", features = ["asm"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/shared_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2021"
[dependencies]
nom = "7.1.1"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
# Todo remove this and use a proper error for the library
anyhow = "1.0.95"

0 comments on commit 087c612

Please sign in to comment.