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

Commit 4e159a9

Browse files
Calciumdibromid Botcabr2-botcrapStone
authored andcommitted
Update Rust crate chrono to 0.4.22 (#1505)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chrono](https://github.com/chronotope/chrono) | dependencies | patch | `0.4.21` -> `0.4.22` | --- ### 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**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE1Ni4xIn0=--> Co-authored-by: cabr2-bot <cabr2.help@gmail.com> Co-authored-by: crapStone <crapstone01@gmail.com> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1505 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 c03c292 commit 4e159a9

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

crates/load_save/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111

1212
[dependencies]
1313
async-trait = "0.1.57"
14-
chrono = { version = "0.4.21", optional = true }
14+
chrono = { version = "0.4.22", optional = true }
1515
config = { path = "../config/", optional = true }
1616
error-ser = { path = "../error-ser" }
1717
handlebars = { version = "4.3.3", optional = true }

crates/logger/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-
chrono = "0.4.21"
13+
chrono = "0.4.22"
1414
config = { path = "../config/" }
1515
fern = "0.6.1"
1616
log = "0.4.17"

crates/search/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
[dependencies]
1313
async-trait = "0.1.57"
1414
cfg-if = "1.0.0"
15-
chrono = "0.4.21"
15+
chrono = "0.4.22"
1616
env_logger = { version = "0.9.0", optional = true }
1717
error-ser = { path = "../error-ser" }
1818
futures = { version = "0.3.21", optional = true }

crates/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111

1212
[dependencies]
1313
cfg-if = { version = "1.0.0", optional = true }
14-
chrono = { version = "0.4.21", features = ["serde"] }
14+
chrono = { version = "0.4.22", features = ["serde"] }
1515
log = "0.4.17"
1616
serde = { version = "1.0.143", features = ["derive"] }
1717
tokio = { version = "1.20.1", features = ["sync"], default-features = false, optional = true }

frontend/src-tauri/Cargo.lock

Lines changed: 5 additions & 5 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: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
1414

1515
[dependencies]
1616
cfg-if = "1.0.0"
17-
chrono = { version = "0.4.21", features = ["wasmbind"] }
17+
chrono = { version = "0.4.22", features = ["wasmbind"] }
1818
console_error_panic_hook = { version = "0.1.7", optional = true }
1919
console_log = { version = "0.2.0", features = ["color"] }
2020
js-sys = "0.3.59"

webserver/Cargo.lock

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

0 commit comments

Comments
 (0)