mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 22:27:03 +05:30
fix(deps): update rust crate anyhow to 1.0.56
This commit is contained in:
parent
784c74ca52
commit
8b93a6924a
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -22,9 +22,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.55"
|
version = "1.0.56"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
|
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "assay"
|
name = "assay"
|
||||||
|
|
|
@ -12,7 +12,7 @@ readme = "README.md"
|
||||||
include = ["src/**/*", "LICENSE-*", "README.md"]
|
include = ["src/**/*", "LICENSE-*", "README.md"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.55"
|
anyhow = "1.0.56"
|
||||||
clipboard = "0.5.0"
|
clipboard = "0.5.0"
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
regex = "1.5.4"
|
regex = "1.5.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue