Skip to content

Commit

Permalink
Bump serde_json from 1.0.99 to 1.0.100 in /crates (#64)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.99 to 1.0.100.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.99...v1.0.100)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 5, 2023
1 parent 8f5aecd commit b363567
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.71"
tokio = { version = "1.29.1", features = ["full"] }
clap = { version = "4.3.10", features = ["derive"] }
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0.99"
serde_json = "1.0.100"
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.166", features = ["derive"] }
serde_json = "1.0.99"
serde_json = "1.0.100"
clap = { version = "4.3.10", 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.71"
tokio = { version = "1.29.1", features = ["full"] }
clap = { version = "4.3.10", features = ["derive"] }
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0.99"
serde_json = "1.0.100"
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.166", features = ["derive"] }
serde_json = "1.0.99"
serde_json = "1.0.100"
# Todo remove this and use a proper error for the library
anyhow = "1.0.71"

0 comments on commit b363567

Please sign in to comment.