Merge pull request #109 from k0kubun/dependabot/cargo/anyhow-1.0.58

Bump anyhow from 1.0.54 to 1.0.58
pull/113/head
Takashi Kokubun 2 years ago committed by GitHub
commit 03e2c69bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -28,9 +28,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.54"
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d"
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
[[package]]
name = "async-io"

@ -7,7 +7,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.53"
anyhow = "1.0.58"
clap = { version = "3.0.14", features = ["derive"] }
clap_complete = "3.0.6"
derive-where = "1.0.0-rc.2"

Loading…
Cancel
Save