mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
update dep
This commit is contained in:
parent
6c77bd83f5
commit
e2954380b0
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4868,9 +4868,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libuv-sys-lite"
|
||||
version = "1.48.2"
|
||||
version = "1.48.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ca8dfd1a173826d193e3b955e07c22765829890f62c677a59c4a410cb4f47c01"
|
||||
checksum = "10de9b449ef5865c757dc2a0c1b1dde1578adf466db4bb0074e5d83b530164f1"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"libloading 0.8.5",
|
||||
|
|
|
@ -27,4 +27,4 @@ thiserror.workspace = true
|
|||
windows-sys.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
libuv-sys-lite = "=1.48.2"
|
||||
libuv-sys-lite = { version = "=1.48.3", features = ["dyn-symbols"] }
|
||||
|
|
|
@ -13,7 +13,7 @@ repository.workspace = true
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
libuv-sys-lite = "=1.48.2"
|
||||
libuv-sys-lite = "=1.48.3"
|
||||
napi-sys = { version = "=2.2.2", default-features = false, features = ["napi7"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Reference in a new issue