Add anyhow to dependencies

This commit is contained in:
Kitaiti Makoto 2023-01-09 19:42:54 +09:00
parent 08f4dac3d3
commit 53cdd8198b
2 changed files with 8 additions and 0 deletions

7
Cargo.lock generated
View file

@ -166,6 +166,12 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "anyhow"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
[[package]]
name = "arc-swap"
version = "1.6.0"
@ -3335,6 +3341,7 @@ version = "0.7.2"
dependencies = [
"activitystreams",
"activitystreams-ext",
"anyhow",
"array_tool",
"askama_escape",
"assert-json-diff",

View file

@ -26,6 +26,7 @@ flume = "0.10.13"
tokio = { version = "1.19.2", features = ["full"] }
futures = "0.3.25"
heck = "0.4.0"
anyhow = "1.0.68"
[dependencies.chrono]
features = ["serde"]