cargo upgrade

This commit is contained in:
Bryan Stitt 2022-11-16 20:17:50 +00:00
parent 5886db20dd
commit 4d5ed64ac3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3613,9 +3613,9 @@ dependencies = [
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.11.12" version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
dependencies = [ dependencies = [
"base64 0.13.0", "base64 0.13.0",
"bytes", "bytes",

View File

@ -51,7 +51,7 @@ petgraph = "0.6.2"
proctitle = "0.1.1" proctitle = "0.1.1"
# TODO: regex has several "perf" features that we might want to use # TODO: regex has several "perf" features that we might want to use
regex = "1.7.0" regex = "1.7.0"
reqwest = { version = "0.11.12", default-features = false, features = ["json", "tokio-rustls"] } reqwest = { version = "0.11.13", default-features = false, features = ["json", "tokio-rustls"] }
handlebars = "4.3.5" handlebars = "4.3.5"
rustc-hash = "1.1.0" rustc-hash = "1.1.0"
siwe = "0.5.0" siwe = "0.5.0"