2 Commits

Author SHA1 Message Date
1e0a55af39 Update Rust crate reqwest to v0.12.14
Some checks failed
tests / build (push) Waiting to run
tests / test (push) Waiting to run
tests / clippy (push) Waiting to run
tests / pre-commit (push) Waiting to run
tests / fmt (push) Has been cancelled
2025-03-17 00:02:30 +00:00
271ec4d323 Update Rust crate async-trait to v0.1.88
Some checks failed
tests / clippy (push) Waiting to run
tests / pre-commit (push) Waiting to run
deploy / release-image (push) Waiting to run
renovate / renovate (push) Waiting to run
tests / build (push) Has been cancelled
tests / fmt (push) Has been cancelled
tests / test (push) Has been cancelled
2025-03-16 00:01:16 +00:00

4
Cargo.lock generated
View File

@@ -114,9 +114,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.87"
version = "0.1.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
dependencies = [
"proc-macro2",
"quote",