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.102 (#1960)
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.100` -> `1.0.102` |

---

### Release Notes

<details>
<summary>serde-rs/json (serde_json)</summary>

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

[Compare Source](serde-rs/json@v1.0.101...v1.0.102)

-   Add a way to customize the serialization of byte arrays ([#&#8203;1039](serde-rs/json#1039))

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

[Compare Source](serde-rs/json@v1.0.100...v1.0.101)

-   Allow f32 and f64 as keys in maps ([#&#8203;1027](serde-rs/json#1027), thanks [@&#8203;overdrivenpotato](https://github.com/overdrivenpotato))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNi44LjIiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1960
Reviewed-by: crapStone <crapstone01@gmail.com>
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 committed Jul 14, 2023
1 parent f6a2a80 commit 3d7f9a4
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.19"
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.100"
serde_json = "1.0.102"
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["fs", "io-util"] }
toml = { version = "0.7.6", features = ["preserve_order"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/load_save/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ lopdf = { version = "0.31.0", optional = true }
quick-xml = { version = "0.29.0", features = ["serialize"], optional = true }
regex = { version = "1.8.4", optional = true }
serde = { version = "1.0.171", features = ["derive"] }
serde_json = { version = "1.0.100", optional = true }
serde_json = { version = "1.0.102", optional = true }
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["fs"], optional = true }
wkhtmltopdf = { version = "0.4.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/search/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ quick-xml = { version = "0.29.0", optional = true, features = ["serialize"] }
regex = { version = "1.8.4", optional = true }
reqwest = { version = "0.11.18", features = ["deflate", "gzip", "json", "native-tls"], default-features = false, optional = true }
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.100"
serde_json = "1.0.102"
structopt = { version = "0.3.26", optional = true }
thiserror = "1.0.43"
tokio = { version = "1.29.1", 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 @@ -18,7 +18,7 @@ tauri-build = { version = "1.4.0", features = [] }

[dependencies]
log = "0.4.19"
serde_json = "1.0.100"
serde_json = "1.0.102"
tauri = { version = "1.4.1", features = ["api-all"] }
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }

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 @@ -21,7 +21,7 @@ js-sys = "=0.3.64"
log = "0.4.19"
serde = "1.0.171"
serde-wasm-bindgen = "0.5.0"
serde_json = "1.0.100"
serde_json = "1.0.102"
wasm-bindgen = { version = "=0.2.87", features = ["serde-serialize"] }
wasm-bindgen-futures = "=0.4.37"

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 3d7f9a4

Please sign in to comment.