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

Commit 8ed0114

Browse files
Calciumdibromid Botcabr2-botcrapStone
authored andcommitted
Update Rust crate async-trait to 0.1.66 (#1805)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-trait](https://github.com/dtolnay/async-trait) | dependencies | patch | `0.1.64` -> `0.1.66` | --- ### Release Notes <details> <summary>dtolnay/async-trait</summary> ### [`v0.1.66`](https://github.com/dtolnay/async-trait/releases/tag/0.1.66) [Compare Source](dtolnay/async-trait@0.1.65...0.1.66) - Set html_root_url attribute ### [`v0.1.65`](https://github.com/dtolnay/async-trait/releases/tag/0.1.65) [Compare Source](dtolnay/async-trait@0.1.64...0.1.65) - Fix interaction with rustc's single_use_lifetimes lint ([#&#8203;238](dtolnay/async-trait#238), [#&#8203;239](dtolnay/async-trait#239)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTQuNiIsInVwZGF0ZWRJblZlciI6IjM0LjE1Ny4wIn0=--> Co-authored-by: cabr2-bot <cabr2.help@gmail.com> Co-authored-by: crapStone <crapstone01@gmail.com> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1805 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>
1 parent 0608727 commit 8ed0114

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

crates/load_save/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
async-trait = "0.1.64"
13+
async-trait = "0.1.66"
1414
chrono = { version = "0.4.23", default-features = false, optional = true }
1515
handlebars = { version = "4.3.6", optional = true }
1616
lazy_static = "1.4.0"

crates/search/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
async-trait = "0.1.64"
13+
async-trait = "0.1.66"
1414
cfg-if = "1.0.0"
1515
chrono = { version = "0.4.23", default-feature = false }
1616
env_logger = { version = "0.10.0", optional = true }

frontend/src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src-wasm/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webserver/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)