2 Commits

Author SHA1 Message Date
e04aa55f9f Update Rust crate chrono to v0.4.40
All checks were successful
tests / fmt (push) Successful in 1m50s
tests / build (push) Successful in 1m50s
tests / test (push) Successful in 1m0s
tests / clippy (push) Successful in 59s
tests / pre-commit (push) Successful in 55s
2025-03-04 10:27:25 +00:00
c4bc5503a5 Update jheuel/ohrwurm:latest Docker digest to b5e0fbc
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) Waiting to run
2025-03-04 10:02:01 +00:00
2 changed files with 10 additions and 4 deletions

12
Cargo.lock generated
View File

@@ -329,16 +329,16 @@ dependencies = [
[[package]] [[package]]
name = "chrono" name = "chrono"
version = "0.4.38" version = "0.4.40"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
dependencies = [ dependencies = [
"android-tzdata", "android-tzdata",
"iana-time-zone", "iana-time-zone",
"js-sys", "js-sys",
"num-traits", "num-traits",
"wasm-bindgen", "wasm-bindgen",
"windows-targets 0.52.6", "windows-link",
] ]
[[package]] [[package]]
@@ -4144,6 +4144,12 @@ dependencies = [
"windows-targets 0.52.6", "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]] [[package]]
name = "windows-sys" name = "windows-sys"
version = "0.48.0" version = "0.48.0"

View File

@@ -1,7 +1,7 @@
services: services:
ohrwurm: ohrwurm:
container_name: ohrwurm container_name: ohrwurm
image: jheuel/ohrwurm:latest@sha256:650802f854652ecd0dff5882b021041e26f76306d433d63346638df6840f889d image: jheuel/ohrwurm:latest@sha256:b5e0fbc40ed86820eba8673bb5a97ad6ce53f27a1c557e46515cabce35199296
# build: . # build: .
restart: unless-stopped restart: unless-stopped
volumes: volumes: