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

| Package | Type | Update | Change |
|---|---|---|---|
| [chrono](https://github.com/chronotope/chrono) | dependencies | patch | `0.4.19` -> `0.4.20` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE0My4xIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1493
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 Aug 4, 2022
1 parent 9f1dbd2 commit 0e467d3
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion crates/load_save/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ edition = "2021"

[dependencies]
async-trait = "0.1.57"
chrono = { version = "0.4.19", optional = true }
chrono = { version = "0.4.20", optional = true }
config = { path = "../config/", optional = true }
error-ser = { path = "../error-ser" }
handlebars = { version = "4.3.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/logger/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.19"
chrono = "0.4.20"
config = { path = "../config/" }
fern = "0.6.1"
log = "0.4.17"
Expand Down
2 changes: 1 addition & 1 deletion crates/search/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.57"
cfg-if = "1.0.0"
chrono = "0.4.19"
chrono = "0.4.20"
env_logger = { version = "0.9.0", optional = true }
error-ser = { path = "../error-ser" }
futures = { version = "0.3.21", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/types/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
cfg-if = { version = "1.0.0", optional = true }
chrono = { version = "0.4.19", features = ["serde"] }
chrono = { version = "0.4.20", features = ["serde"] }
log = "0.4.17"
serde = { version = "1.0.142", features = ["derive"] }
tokio = { version = "1.20.1", features = ["sync"], default-features = false, optional = true }
Expand Down
7 changes: 4 additions & 3 deletions frontend/src-tauri/Cargo.lock

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

5 changes: 2 additions & 3 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 @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
cfg-if = "1.0.0"
chrono = { version = "0.4.19", features = ["wasmbind"] }
chrono = { version = "0.4.20", features = ["wasmbind"] }
console_error_panic_hook = { version = "0.1.7", optional = true }
console_log = { version = "0.2.0", features = ["color"] }
js-sys = "0.3.59"
Expand Down
7 changes: 4 additions & 3 deletions webserver/Cargo.lock

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

0 comments on commit 0e467d3

Please sign in to comment.