This commit is contained in:
dependabot[bot] 2025-09-29 23:45:24 -07:00 committed by GitHub
commit 9fa824fbf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2489,12 +2489,12 @@ checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
[[package]]
name = "libloading"
version = "0.8.8"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
dependencies = [
"cfg-if",
"windows-targets 0.53.2",
"windows-link 0.2.0",
]
[[package]]

View File

@ -27,7 +27,7 @@ percent-encoding.workspace = true
futures.workspace = true
reqwest-tracing.workspace = true
reqwest-retry = "0.7"
libloading = "0.8.8"
libloading = "0.8.9"
[dev-dependencies]
tempfile.workspace = true