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.58
This commit is contained in:
parent
311f1ad675
commit
3fd48a9dd1
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.57"
|
version = "1.0.58"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
|
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "argv"
|
name = "argv"
|
||||||
|
|
|
@ -12,7 +12,7 @@ readme = "README.md"
|
||||||
include = ["src/**/*", "LICENSE-*", "README.md"]
|
include = ["src/**/*", "LICENSE-*", "README.md"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.57"
|
anyhow = "1.0.58"
|
||||||
argv = "0.1.5"
|
argv = "0.1.5"
|
||||||
clipboard-master = "3.1.3"
|
clipboard-master = "3.1.3"
|
||||||
copypasta = { version = "0.7.1", default-features = false, features = ["x11"] }
|
copypasta = { version = "0.7.1", default-features = false, features = ["x11"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue