Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Bump serde_json from 1.0.96 to 1.0.97
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.96 to 1.0.97.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.96...v1.0.97)

---
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 Achim Schneider committed Jun 20, 2023
1 parent c37a876 commit cde28bb
Show file tree
Hide file tree
Showing 4 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 crates/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ actix-web = "4.3.1"
actix-web-prom = "0.6.0"
actix-files = "0.6.2"
clap = { version = "4.3.2" , features = [ "derive", "env" ]}
serde_json = "1.0.96"
serde_json = "1.0.97"
serde = "1.0.164"
actix-cors = "0.6.4"
typescript-type-def = "0.5.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/crate_extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
clap = { version = "4.3.2", features = [ "derive" ] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = { version = "1.0.96", features = ["preserve_order"] }
serde_json = { version = "1.0.97", features = ["preserve_order"] }
crossbeam-channel = "0.5.8"
anyhow = "1.0.71"
log = "0.4.18"
Expand Down
2 changes: 1 addition & 1 deletion crates/rust_analyzer_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ console_error_panic_hook = { version = "0.1.7" }
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
log = { version = "0.4.18", features = ["release_max_level_warn"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = { version = "1.0.96", features = ["preserve_order"] }
serde_json = { version = "1.0.97", features = ["preserve_order"] }
serde_repr = "0.1.11"
serde-wasm-bindgen = "0.5.0"
stacker = "0.1.15"
Expand Down

0 comments on commit cde28bb

Please sign in to comment.