Skip to content

Navigation Menu

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 a9aa1be

Browse filesBrowse files
committed
Upgrade which and rustix
1 parent 2e26076 commit a9aa1be
Copy full SHA for a9aa1be

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
@@ -186,7 +186,7 @@ proc-macro2 = "1.0.93"
186186
quote = "1.0.38"
187187
rand = "0.9"
188188
rand_core = { version = "0.9", features = ["os_rng"] }
189-
rustix = { version = "0.38", features = ["event"] }
189+
rustix = { version = "1.0", features = ["event"] }
190190
rustyline = "15.0.0"
191191
serde = { version = "1.0.133", default-features = false }
192192
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.