Compare commits

...

2 Commits

Author SHA1 Message Date
2e04e80c1c Update Rust crate foreign-types-shared to 0.3.1
Some checks reported errors
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2025-03-29 18:16:44 +00:00
65db36d097 Update renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-29 17:31:13 +00:00
2 changed files with 2 additions and 7 deletions

View File

@ -14,7 +14,7 @@ thiserror = "2.0.3"
openssl = { version = "0.10.66" } openssl = { version = "0.10.66" }
openssl-sys = "0.9.102" openssl-sys = "0.9.102"
libc = "0.2.159" libc = "0.2.159"
foreign-types-shared = "0.1.1" foreign-types-shared = "0.3.1"
asn1 = "0.21" asn1 = "0.21"
actix-web = { version = "4", features = ["openssl"] } actix-web = { version = "4", features = ["openssl"] }
futures = "0.3.31" futures = "0.3.31"

View File

@ -1,8 +1,3 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>renovate/presets"]
"extends": [
":automergeAll",
":enableVulnerabilityAlerts",
":ignoreUnstable"
]
} }