Compare commits

..

2 commits

Author SHA1 Message Date
7c16bc804f Merge branch 'main' into renovate/chrono-0.x-lockfile
Some checks failed
Build and Test / account (push) Failing after 10m10s
Build and Test / account (pull_request) Successful in 8m19s
2026-04-28 13:31:07 +02:00
8f7548e476 Update Rust crate chrono to v0.4.44
Some checks failed
Build and Test / account (push) Failing after 1m40s
Build and Test / account (pull_request) Failing after 1m40s
2026-04-28 11:01:11 +00:00
2 changed files with 4 additions and 15 deletions

4
Cargo.lock generated
View file

@ -2091,9 +2091,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.29"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "loom"

View file

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