6 Commits

Author SHA1 Message Date
9083ed4d47 Update Rust crate chrono to v0.4.40
Some checks failed
tests / fmt (push) Failing after 4s
tests / build (push) Failing after 3s
tests / test (push) Failing after 4s
tests / clippy (push) Failing after 3s
tests / pre-commit (push) Failing after 3s
2025-03-04 10:45:02 +00:00
b60cce35ca Merge branch 'main' of gitea:jheuel/ohrwurm
All checks were successful
tests / fmt (push) Successful in 1m9s
tests / build (push) Successful in 1m35s
tests / clippy (push) Successful in 1m26s
tests / pre-commit (push) Successful in 1m34s
deploy / release-image (push) Successful in 4m0s
tests / test (push) Successful in 1m19s
renovate / renovate (push) Successful in 54s
2025-03-04 11:44:05 +01:00
9f1ed63011 enable renovate automerge 2025-03-04 11:44:00 +01:00
6096e625a2 Merge pull request 'Update Rust crate tokio to v1.43.0' (#21) from renovate/tokio-1.x-lockfile into main
Some checks are pending
tests / fmt (push) Waiting to run
tests / build (push) Waiting to run
tests / test (push) Waiting to run
tests / clippy (push) Waiting to run
tests / pre-commit (push) Waiting to run
deploy / release-image (push) Waiting to run
renovate / renovate (push) Successful in 31s
Reviewed-on: #21
2025-03-04 11:39:12 +01:00
5c42fb9480 Update Rust crate tokio to v1.43.0
All checks were successful
tests / fmt (push) Successful in 1m18s
tests / clippy (push) Successful in 1m25s
tests / build (push) Successful in 1m43s
tests / test (push) Successful in 1m48s
tests / pre-commit (push) Successful in 1m4s
2025-03-04 10:27:46 +00:00
d1df70a888 disable automerge
Some checks failed
renovate / renovate (push) Successful in 31s
tests / fmt (push) Successful in 1m18s
tests / build (push) Successful in 1m17s
tests / clippy (push) Successful in 46s
tests / test (push) Successful in 1m10s
tests / pre-commit (push) Has been cancelled
deploy / release-image (push) Has been cancelled
2025-03-04 11:27:16 +01:00

24
Cargo.lock generated
View File

@@ -329,16 +329,16 @@ dependencies = [
[[package]]
name = "chrono"
version = "0.4.38"
version = "0.4.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
"windows-targets 0.52.6",
"windows-link",
]
[[package]]
@@ -1384,9 +1384,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.166"
version = "0.2.170"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36"
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
[[package]]
name = "libm"
@@ -3392,9 +3392,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.41.1"
version = "1.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
dependencies = [
"backtrace",
"bytes",
@@ -3409,9 +3409,9 @@ dependencies = [
[[package]]
name = "tokio-macros"
version = "2.4.0"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
dependencies = [
"proc-macro2",
"quote",
@@ -4144,6 +4144,12 @@ dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-link"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
[[package]]
name = "windows-sys"
version = "0.48.0"