Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update Rust crate serde_json to 1.0.81 (#1334)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.79` -> `1.0.81` |

---

### Release Notes

<details>
<summary>serde-rs/json</summary>

### [`v1.0.81`](https://github.com/serde-rs/json/releases/v1.0.81)

[Compare Source](serde-rs/json@v1.0.80...v1.0.81)

-   Work around `indexmap`/`autocfg` not always properly detecting whether a `std` sysroot crate is available ([#&#8203;885](serde-rs/json#885), thanks [@&#8203;cuviper](https://github.com/cuviper))

### [`v1.0.80`](https://github.com/serde-rs/json/releases/v1.0.80)

[Compare Source](serde-rs/json@v1.0.79...v1.0.80)

-   Documentation improvements

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1334
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
3 people authored and crapStone committed May 13, 2022
1 parent a79d3e7 commit 5ac491a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ directories-next = "2.0.0"
lazy_static = "1.4.0"
log = "0.4.17"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde_json = "1.0.81"
thiserror = "1.0.30"
tokio = { version = "1.18.2", features = ["fs", "io-util"] }
toml = { version = "0.5.9", features = ["preserve_order"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/load_save/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ lopdf = { version = "0.27.0", optional = true }
quick-xml = { version = "0.22.0", features = ["serialize"], optional = true }
regex = { version = "1.5.5", optional = true }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.79", optional = true }
serde_json = { version = "1.0.81", optional = true }
thiserror = "1.0.30"
tokio = { version = "1.18.2", features = ["fs"], optional = true }
types = { path = "../types/", features = ["lock"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/search/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ quick-xml = { version = "0.23.0-alpha3", optional = true }
regex = { version = "1.5.5", optional = true }
reqwest = { version = "0.11.9", features = ["json", "native-tls"], default-features = false, optional = true }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde_json = "1.0.81"
structopt = { version = "0.3.26", optional = true }
thiserror = "1.0.30"
tokio = { version = "1.18.2", default-features = false, optional = true }
Expand Down
4 changes: 2 additions & 2 deletions frontend/src-tauri/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 frontend/src-tauri/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ load_save = { path = "../../crates/load_save/" }
log = "0.4.17"
logger = { path = "../../crates/logger/" }
search = { path = "../../crates/search/" }
serde_json = "1.0.79"
serde_json = "1.0.81"
tauri = { version = "1.0.0-rc.10", features = ["api-all"] }
tokio = { version = "1.18.2", features = ["macros", "rt-multi-thread"] }
types = { path = "../../crates/types" }
Expand Down
4 changes: 2 additions & 2 deletions frontend/src-wasm/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 frontend/src-wasm/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ load_save = { path = "../../crates/load_save/", default-features = false }
log = "0.4.17"
search = { path = "../../crates/search/", default-features = false }
serde = "1.0.136"
serde_json = "1.0.79"
serde_json = "1.0.81"
types = { path = "../../crates/types/" }
wasm-bindgen = { version = "=0.2.80", features = ["serde-serialize"] } # TODO(#1078)
wasm-bindgen-futures = "0.4.30"
Expand Down
4 changes: 2 additions & 2 deletions webserver/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ac491a

Please sign in to comment.