dependabot[bot]
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
3 deletions
-
Cargo.lock
-
acmed/Cargo.toml
|
|
@ -1227,9 +1227,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "reqwest" |
|
|
|
version = "0.11.24" |
|
|
|
version = "0.11.27" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" |
|
|
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" |
|
|
|
dependencies = [ |
|
|
|
"base64", |
|
|
|
"bytes", |
|
|
|
|
|
@ -35,7 +35,7 @@ serde_json = "1.0" |
|
|
|
toml = "0.8" |
|
|
|
tokio = { version = "1", features = ["full"] } |
|
|
|
rand = "0.8.5" |
|
|
|
reqwest = "0.11.16" |
|
|
|
reqwest = "0.11.27" |
|
|
|
minijinja = "1.0.3" |
|
|
|
|
|
|
|
[target.'cfg(unix)'.dependencies] |
|
|
|