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

| Package | Type | Update | Change |
|---|---|---|---|
| [log](https://crates.io/crates/log) | dependencies | patch | `0.4.14` -> `0.4.16` |

---

### 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>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1239
Reviewed-by: 6543 <6543@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
2 people authored and 6543 committed Mar 22, 2022
1 parent f1ef76f commit 6e2b378
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
base64 = "0.13.0"
directories-next = "2.0.0"
lazy_static = "1.4.0"
log = "0.4.14"
log = "0.4.16"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
thiserror = "1.0.30"
Expand Down
2 changes: 1 addition & 1 deletion crates/load_save/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ config = { path = "../config/", optional = true }
error-ser = { path = "../error-ser" }
handlebars = { version = "4.2.2", optional = true }
lazy_static = "1.4.0"
log = "0.4.14"
log = "0.4.16"
lopdf = { version = "0.27.0", optional = true }
quick-xml = { version = "0.22.0", features = ["serialize"], optional = true }
regex = { version = "1.5.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
chrono = "0.4.19"
config = { path = "../config/" }
fern = "0.6.0"
log = "0.4.14"
log = "0.4.16"
serde = { version = "1.0.136", features = ["derive"], optional = true }
tokio = "1.17.0"
types = { path = "../types/" }
2 changes: 1 addition & 1 deletion crates/search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env_logger = { version = "0.9.0", optional = true }
error-ser = { path = "../error-ser" }
futures = { version = "0.3.21", optional = true }
lazy_static = "1.4.0"
log = "0.4.14"
log = "0.4.16"
quick-xml = { version = "0.23.0-alpha3", optional = true }
regex = { version = "1.5.4", optional = true }
reqwest = { version = "0.11.9", features = ["json", "native-tls"], default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
cfg-if = { version = "1.0.0", optional = true }
chrono = { version = "0.4.19", features = ["serde"] }
log = "0.4.14"
log = "0.4.16"
serde = { version = "1.0.136", features = ["derive"] }
tokio = { version = "1.17.0", features = ["sync"], 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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tauri-build = { version = "1.0.0-rc.4" }
[dependencies]
config = { path = "../../crates/config/", features = [ "tauri-app" ] }
load_save = { path = "../../crates/load_save/" }
log = "0.4.14"
log = "0.4.16"
logger = { path = "../../crates/logger/" }
search = { path = "../../crates/search/" }
serde_json = "1.0.79"
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ chrono = { version = "0.4.19", features = ["wasmbind"] }
console_error_panic_hook = { version = "0.1.7", optional = true }
console_log = { version = "0.2.0", features = ["color"] }
load_save = { path = "../../crates/load_save/", default-features = false }
log = "0.4.14"
log = "0.4.16"
search = { path = "../../crates/search/", default-features = false }
serde = "1.0.136"
serde_json = "1.0.79"
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.

2 changes: 1 addition & 1 deletion webserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://codeberg.org/Calciumdibromid/CaBr2"
[dependencies]
config = { path = "../crates/config/", features = [ "webserver" ]}
load_save = { path = "../crates/load_save/" }
log = "0.4.14"
log = "0.4.16"
logger = { path = "../crates/logger/" }
search = { path = "../crates/search/" }
serde = { version = "1.0.136", features = ["derive"] }
Expand Down

0 comments on commit 6e2b378

Please sign in to comment.