cargo upgrade

This commit is contained in:
Bryan Stitt 2022-09-14 01:42:08 +00:00
parent 519c312e8d
commit e9ee87afb2
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -85,9 +85,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.64" version = "1.0.65"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
dependencies = [ dependencies = [
"backtrace", "backtrace",
] ]
@ -4932,9 +4932,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.21.0" version = "1.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42" checksum = "0020c875007ad96677dcc890298f4b942882c5d4eb7cc8f439fc3bf813dc9c95"
dependencies = [ dependencies = [
"autocfg 1.1.0", "autocfg 1.1.0",
"bytes", "bytes",

View File

@ -5,9 +5,9 @@ authors = ["Bryan Stitt <bryan@stitthappens.com>"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]
anyhow = "1.0.64" anyhow = "1.0.65"
bb8-redis = "0.11.0" bb8-redis = "0.11.0"
tracing = "0.1.36" tracing = "0.1.36"
# TODO: i'd prefer not to require tokio here, but we use tokio::time # TODO: i'd prefer not to require tokio here, but we use tokio::time
tokio = "1.21.0" tokio = "1.21.1"