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.159 (#1829)
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.156` -> `1.0.159` |

---

### Release Notes

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

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

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

-   Accept empty #\[serde()] attribute ([#&#8203;2422](serde-rs/serde#2422))

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

[Compare Source](serde-rs/serde@v1.0.157...v1.0.158)

-   Fix *"expected serde crate attribute to be a string"* error when using macro_rules metavariable inside of serde attribute: `#[serde(crate = $serde_path)]` ([#&#8203;2409](serde-rs/serde#2409))

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

[Compare Source](serde-rs/serde@v1.0.156...v1.0.157)

-   Update syn dependency to 2.x

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

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1829
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 Mar 30, 2023
1 parent ba38303 commit d2acf8b
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 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.156", features = ["derive"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.94"
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.156", features = ["derive"] }
serde = { version = "1.0.159", 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.29.0", optional = true }
quick-xml = { version = "0.28.1", features = ["serialize"], optional = true }
regex = { version = "1.7.1", optional = true }
serde = { version = "1.0.156", features = ["derive"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_json = { version = "1.0.94", 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.156", features = ["derive"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.94"
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.156", features = ["derive"] }
serde = { version = "1.0.159", features = ["derive"] }
tokio = { version = "1.27.0", features = ["sync"], default-features = false, optional = true }

[features]
Expand Down
10 changes: 5 additions & 5 deletions frontend/src-tauri/Cargo.lock

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

10 changes: 5 additions & 5 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.60"
log = "0.4.17"
serde = "1.0.156"
serde = "1.0.159"
serde-wasm-bindgen = "0.5.0"
serde_json = "1.0.94"
wasm-bindgen = { version = "=0.2.83", features = ["serde-serialize"] }
Expand Down
10 changes: 5 additions & 5 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.156", features = ["derive"] }
serde = { version = "1.0.159", features = ["derive"] }
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
uuid = { version = "1.3.0", features = ["v4"] }
warp = { version = "0.3.3", default-features = false, features = ["compression"] }
Expand Down

0 comments on commit d2acf8b

Please sign in to comment.