Compare commits

...

4 commits

Author SHA1 Message Date
fb5562c167 Update Rust crate once_cell to v1.21.4
Some checks failed
Build and Test / account (pull_request) Successful in 10m17s
Build and Test / account (push) Failing after 9m12s
2026-04-28 14:17:17 +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 17 additions and 6 deletions

8
Cargo.lock generated
View file

@ -2098,9 +2098,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"
@ -2329,9 +2329,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.21.3"
version = "1.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
[[package]]
name = "openssl"

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
}
]
}