mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 20:07:01 +05:30
Revert "feat(cargo): update dependencies"
This reverts commit 314716e0de
.
This commit is contained in:
parent
651652c877
commit
e6c1463314
2 changed files with 6 additions and 26 deletions
30
Cargo.lock
generated
30
Cargo.lock
generated
|
@ -90,7 +90,7 @@ dependencies = [
|
||||||
"objc_id",
|
"objc_id",
|
||||||
"winapi",
|
"winapi",
|
||||||
"windows-win",
|
"windows-win",
|
||||||
"x11-clipboard 0.5.3",
|
"x11-clipboard",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -124,15 +124,15 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "copypasta"
|
name = "copypasta"
|
||||||
version = "0.8.1"
|
version = "0.7.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d7216b5c1e9ad3867252505995b02d01c6fa7e6db0d8abd42634352ef377777e"
|
checksum = "4423d79fed83ebd9ab81ec21fa97144300a961782158287dc9bf7eddac37ff0b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clipboard-win",
|
"clipboard-win",
|
||||||
"objc",
|
"objc",
|
||||||
"objc-foundation",
|
"objc-foundation",
|
||||||
"objc_id",
|
"objc_id",
|
||||||
"x11-clipboard 0.6.1",
|
"x11-clipboard",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -682,16 +682,7 @@ version = "0.5.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "473068b7b80ac86a18328824f1054e5e007898c47b5bbc281bd7abe32bc3653c"
|
checksum = "473068b7b80ac86a18328824f1054e5e007898c47b5bbc281bd7abe32bc3653c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"xcb 0.10.1",
|
"xcb",
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "x11-clipboard"
|
|
||||||
version = "0.6.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "6a7468a5768fea473e6c8c0d4b60d6d7001a64acceaac267207ca0281e1337e8"
|
|
||||||
dependencies = [
|
|
||||||
"xcb 1.1.1",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -704,14 +695,3 @@ dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"quick-xml",
|
"quick-xml",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "xcb"
|
|
||||||
version = "1.1.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "b127bf5bfe9dbb39118d6567e3773d4bbc795411a8e1ef7b7e056bccac0011a9"
|
|
||||||
dependencies = [
|
|
||||||
"bitflags",
|
|
||||||
"libc",
|
|
||||||
"quick-xml",
|
|
||||||
]
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
||||||
anyhow = "1.0.62"
|
anyhow = "1.0.62"
|
||||||
argv = "0.1.6"
|
argv = "0.1.6"
|
||||||
clipboard-master = "3.1.3"
|
clipboard-master = "3.1.3"
|
||||||
copypasta = { version = "0.8.1", default-features = false, features = ["x11"] }
|
copypasta = { version = "0.7.1", default-features = false, features = ["x11"] }
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
regex = "1.6.0"
|
regex = "1.6.0"
|
||||||
serde = "1.0.144"
|
serde = "1.0.144"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue