Skip to content

Commit

Permalink
Update windows-sys dep to dedupe lockfile
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Dec 23, 2024
1 parent 9475e16 commit 45d2bc0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 76 deletions.
85 changes: 14 additions & 71 deletions packages/secrets/core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/secrets/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ features = [
"Win32_System_Memory",
"Win32_System_WindowsProgramming",
]
version = "0.48.0"
version = "0.52.0"

[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.9.3"
core-foundation-sys = "0.8.4"
named-lock = "0.4.1"

[target.'cfg(any(target_os = "freebsd", target_os = "linux"))'.dependencies]
gio = "0.18.2"
glib = "0.18.2"
glib-sys = "0.18.1"
gio = "0.18.2"
libsecret = "0.4.0"
libsecret-sys = "0.4.0"
6 changes: 3 additions & 3 deletions packages/secrets/src/keyring/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45d2bc0

Please sign in to comment.