1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 22:37:11 +03:00

deps: update ntapi to 0.4

Avoids:

```
warning: the following packages contain code that will be rejected by a future version of Rust: ntapi v0.3.7
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 36`
```
This commit is contained in:
Wez Furlong 2022-12-19 15:23:11 -07:00
parent 8b05fdba84
commit aefbb6b4a0
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -3124,9 +3124,9 @@ dependencies = [
[[package]]
name = "ntapi"
version = "0.3.7"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc"
dependencies = [
"winapi",
]

View File

@ -49,7 +49,7 @@ wezterm-term = { path = "../term", features=["use_serde"] }
flume = "0.10"
[target."cfg(windows)".dependencies]
ntapi = "0.3"
ntapi = "0.4"
winapi = { version = "0.3", features = [
"handleapi",
"memoryapi",

View File

@ -15,7 +15,7 @@ luahelper = { path = "../luahelper", optional = true }
wezterm-dynamic = { path = "../wezterm-dynamic", optional = true }
[target."cfg(windows)".dependencies]
ntapi = "0.3"
ntapi = "0.4"
winapi = { version = "0.3", features = [
"handleapi",
"memoryapi",