Skip to content

Commit

Permalink
Bump serde_json from 1.0.102 to 1.0.103 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.102 to 1.0.103.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.102...v1.0.103)

---
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 Jul 17, 2023
1 parent 9b0c7a1 commit 060a694
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.72"
tokio = { version = "1.29.1", features = ["full"] }
clap = { version = "4.3.12", features = ["derive"] }
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.102"
serde_json = "1.0.103"
walkdir = "2.3.3"
futures = "0.3.28"
sha2 = { version = "0.10.7", 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 = "0.6.6"
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.102"
serde_json = "1.0.103"
clap = { version = "4.3.12", features = ["derive"] }
tempfile = "3.6.0"
tokio = { version = "1.29.1", features = ["full"] }
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.72"
tokio = { version = "1.29.1", features = ["full"] }
clap = { version = "4.3.12", features = ["derive"] }
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.102"
serde_json = "1.0.103"
walkdir = "2.3.3"
futures = "0.3.28"
sha2 = { version = "0.10.7", 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.171", features = ["derive"] }
serde_json = "1.0.102"
serde_json = "1.0.103"
# Todo remove this and use a proper error for the library
anyhow = "1.0.72"

0 comments on commit 060a694

Please sign in to comment.