mirror of
https://github.com/1Password/arboard.git
synced 2025-08-04 19:08:32 +00:00
Increase version of clipboard-win used by default
This commit is contained in:
parent
e2846f9288
commit
b4646f6c5f
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -103,9 +103,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "clipboard-win"
|
||||
version = "5.0.0"
|
||||
version = "5.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c57002a5d9be777c1ef967e33674dac9ebd310d8893e4e3437b14d5f0f6372cc"
|
||||
checksum = "79f4473f5144e20d9aceaf2972478f06ddf687831eafeeb434fbaf0acc4144ad"
|
||||
dependencies = [
|
||||
"error-code",
|
||||
]
|
||||
|
|
|
@ -29,7 +29,7 @@ windows-sys = { version = "0.48.0", optional = true, features = [
|
|||
"Win32_System_Memory",
|
||||
"Win32_System_Ole",
|
||||
]}
|
||||
clipboard-win = "5.0.0"
|
||||
clipboard-win = "5.3.1"
|
||||
log = "0.4"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue