Bump anyhow version
This commit is contained in:
parent
5b412718dc
commit
b709a8cd64
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -87,9 +87,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.34"
|
||||
version = "1.0.35"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
|
||||
checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4"
|
||||
|
||||
[[package]]
|
||||
name = "ape"
|
||||
|
|
|
@ -10,7 +10,7 @@ ui = ["uuid", "winapi"]
|
|||
service-rocket = ["rocket", "rocket_contrib"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.31"
|
||||
anyhow = "1.0.35"
|
||||
ape = "0.3.0"
|
||||
base64 = "0.12.1"
|
||||
crossbeam-channel = "0.4"
|
||||
|
|
Loading…
Add table
Reference in a new issue