diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/node/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index d539d4851..452f7420b 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -97,7 +97,7 @@ url.workspace = true winapi.workspace = true x25519-dalek = { version = "2.0.0", features = ["static_secrets"] } x509-parser = "0.15.0" -yoke = { version = "0.7.4", features = ["derive"] } +yoke.workspace = true [target.'cfg(windows)'.dependencies] windows-sys.workspace = true |