mirror of
https://github.com/Defelo/aocbot.git
synced 2025-05-12 19:12:49 +00:00
fix(deps): update rust crate chrono to 0.4.41 (#81)
Co-authored-by: defelo-renovate[bot] <186864790+defelo-renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6c6865ff76
commit
60b04dce0e
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -403,9 +403,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.40"
|
||||
version = "0.4.41"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
|
||||
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
||||
dependencies = [
|
||||
"android-tzdata",
|
||||
"iana-time-zone",
|
||||
|
|
4
Cargo.nix
generated
4
Cargo.nix
generated
|
@ -1250,9 +1250,9 @@ rec {
|
|||
};
|
||||
"chrono" = rec {
|
||||
crateName = "chrono";
|
||||
version = "0.4.40";
|
||||
version = "0.4.41";
|
||||
edition = "2021";
|
||||
sha256 = "0z334kqnvq5zx6xsq1k6zk8g9z14fgk2w3vkn4n13pvi3mhn8y8s";
|
||||
sha256 = "0k8wy2mph0mgipq28vv3wirivhb31pqs7jyid0dzjivz0i9djsf4";
|
||||
dependencies = [
|
||||
{
|
||||
name = "android-tzdata";
|
||||
|
|
|
@ -12,7 +12,7 @@ todo = "warn"
|
|||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0.98", default-features = false, features = ["std"] }
|
||||
chrono = { version = "0.4.40", default-features = false, features = ["clock", "serde"] }
|
||||
chrono = { version = "0.4.41", default-features = false, features = ["clock", "serde"] }
|
||||
config = { version = "0.15.11", default-features = false, features = ["toml"] }
|
||||
matrix-sdk = { version = "0.10.0", default-features = false, features = ["rustls-tls", "bundled-sqlite", "e2e-encryption", "markdown"] }
|
||||
mime_guess = { version = "2.0.5", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue