Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6fb39f7

Browse filesBrowse files
committed
Upgrade which and rustix
1 parent 9765bbd commit 6fb39f7
Copy full SHA for 6fb39f7

File tree

3 files changed

+17
-30
lines changed
Filter options

3 files changed

+17
-30
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+15-28Lines changed: 15 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ proc-macro2 = "1.0.93"
187187
quote = "1.0.38"
188188
rand = "0.9"
189189
rand_core = { version = "0.9", features = ["os_rng"] }
190-
rustix = { version = "0.38", features = ["event"] }
190+
rustix = { version = "1.0", features = ["event"] }
191191
rustyline = "15.0.0"
192192
serde = { version = "1.0.133", default-features = false }
193193
schannel = "0.1.27"

‎vm/Cargo.toml

Copy file name to clipboardExpand all lines: vm/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ uname = "0.1.1"
101101

102102
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
103103
rustyline = { workspace = true }
104-
which = "6"
104+
which = "7"
105105
errno = "0.3"
106106
widestring = { workspace = true }
107107

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.