Compare commits

...

4 commits

Author SHA1 Message Date
dc4b5442d3 Update Rust crate chrono to v0.4.44
Some checks failed
Build and Test / account (push) Failing after 12m10s
Build and Test / account (pull_request) Successful in 12m24s
2026-04-28 14:16:47 +00:00
6fa8757538 Update renovate.json
All checks were successful
Build and Test / account (push) Successful in 21m6s
2026-04-28 15:06:41 +02:00
bd6cb0fa6f Merge pull request 'Update Rust crate log to v0.4.29' (#8) from renovate/log-0.x-lockfile into main
Some checks are pending
Build and Test / account (push) Waiting to run
Reviewed-on: #8
2026-04-28 15:04:55 +02:00
6053db5241 Update Rust crate log to v0.4.29
Some checks failed
Build and Test / account (push) Failing after 11m9s
Build and Test / account (pull_request) Successful in 11m17s
2026-04-28 12:01:05 +00:00
2 changed files with 18 additions and 14 deletions

17
Cargo.lock generated
View file

@ -256,12 +256,6 @@ version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
@ -618,17 +612,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.41"
version = "0.4.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-link 0.1.1",
"windows-link 0.2.1",
]
[[package]]
@ -2098,9 +2091,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.27"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "loom"

View file

@ -1,3 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchUpdateTypes": ["major"],
"automerge": false
}
]
}