3 Commits

Author SHA1 Message Date
8df21f1237 Update Rust crate tracing-subscriber to 0.3
Some checks failed
renovate/artifacts Artifact file update failure
tests / fmt (push) Successful in 1m2s
tests / test (push) Failing after 1m31s
tests / build (push) Successful in 2m1s
tests / clippy (push) Successful in 1m22s
tests / pre-commit (push) Failing after 1m37s
2025-03-05 00:03:56 +00:00
3b135894eb Update Rust crate serde_json to v1.0.140
Some checks failed
tests / fmt (push) Failing after 29s
tests / build (push) Successful in 1m42s
tests / clippy (push) Successful in 1m21s
tests / pre-commit (push) Successful in 2m30s
tests / test (push) Failing after 5m37s
renovate / renovate (push) Successful in 37s
deploy / release-image (push) Successful in 3m50s
2025-03-05 01:02:27 +01:00
14cab9d833 Update Rust crate chrono to v0.4.40
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 21:37:33 +00:00

16
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]]
@@ -2491,9 +2491,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.133"
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
dependencies = [
"itoa",
"memchr",
@@ -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"