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 to 1.0.160 (#1859)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [serde](https://serde.rs) ([source](https://github.com/serde-rs/serde)) | dependencies | patch | `1.0.159` -> `1.0.160` |

---

### Release Notes

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

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

[Compare Source](serde-rs/serde@v1.0.159...v1.0.160)

-   Make derived serializer/deserializer internals `doc(hidden)` ([#&#8203;2426](serde-rs/serde#2426), thanks [@&#8203;compiler-errors](https://github.com/compiler-errors))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMiJ9-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1859
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
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 Apr 11, 2023
1 parent 8b75236 commit f283b7f
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 35 deletions.
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ base64 = "0.21.0"
directories-next = "2.0.0"
lazy_static = "1.4.0"
log = "0.4.17"
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.95"
thiserror = "1.0.40"
tokio = { version = "1.27.0", features = ["fs", "io-util"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/error-ser/Cargo.toml
Expand Up @@ -9,4 +9,4 @@ authors = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
2 changes: 1 addition & 1 deletion crates/load_save/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ log = "0.4.17"
lopdf = { version = "0.30.0", optional = true }
quick-xml = { version = "0.28.1", features = ["serialize"], optional = true }
regex = { version = "1.7.1", optional = true }
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = { version = "1.0.95", optional = true }
thiserror = "1.0.40"
tokio = { version = "1.27.0", features = ["fs"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/search/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ log = "0.4.17"
quick-xml = { version = "0.28.1", optional = true, features = ["serialize"] }
regex = { version = "1.7.1", optional = true }
reqwest = { version = "0.11.16", features = ["deflate", "gzip", "json", "native-tls"], default-features = false, optional = true }
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.95"
structopt = { version = "0.3.26", optional = true }
thiserror = "1.0.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/types/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
cfg-if = { version = "1.0.0", optional = true }
chrono = { version = "0.4.24", features = ["serde"] }
log = "0.4.17"
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
tokio = { version = "1.27.0", features = ["sync"], default-features = false, optional = true }

[features]
Expand Down
50 changes: 38 additions & 12 deletions frontend/src-tauri/Cargo.lock

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

16 changes: 8 additions & 8 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 @@ -19,7 +19,7 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
console_log = { version = "1.0.0", features = ["color"] }
js-sys = "=0.3.61"
log = "0.4.17"
serde = "1.0.159"
serde = "1.0.160"
serde-wasm-bindgen = "0.5.0"
serde_json = "1.0.95"
wasm-bindgen = { version = "=0.2.84", features = ["serde-serialize"] }
Expand Down
16 changes: 8 additions & 8 deletions webserver/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 webserver/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ repository = "https://codeberg.org/Calciumdibromid/CaBr2"

[dependencies]
log = "0.4.17"
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
uuid = { version = "1.3.1", features = ["v4"] }
warp = { version = "0.3.4", default-features = false, features = ["compression"] }
Expand Down

0 comments on commit f283b7f

Please sign in to comment.