Update Rust crate anyhow to 1.0.66
This commit is contained in:
parent
05b5b62610
commit
5ed9f829ba
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -13,9 +13,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.58"
|
||||
version = "1.0.66"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
|
||||
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
anyhow = {version = "1.0.58"}
|
||||
anyhow = {version = "1.0.66"}
|
||||
|
||||
prae_api = { path = "../../lib/prae_api" }
|
||||
prae_core = { path = "../../lib/prae_core" }
|
||||
|
@ -12,4 +12,4 @@ serde_json = "1.0.68"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3" }
|
||||
anyhow = { version = "1.0.58" }
|
||||
anyhow = { version = "1.0.66" }
|
||||
|
Loading…
Reference in New Issue
Block a user