Skip to content

Commit d12735a

Browse files
committed
Update deps
1 parent 1aec7c1 commit d12735a

File tree

2 files changed

+71
-70
lines changed

2 files changed

+71
-70
lines changed

Cargo.lock

+64-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ edition = "2021" # On Update: Update the edition of the `rustfmt` command that c
1919
rust-version = "1.80"
2020

2121
[workspace.dependencies]
22-
serde = { version = "1.0.215", features = ["derive"] }
22+
serde = { version = "1.0.217", features = ["derive"] }
2323
toml_edit = { version = "0.22.22", default-features = false, features = ["parse", "serde"] }
2424

2525
[package]
@@ -46,21 +46,21 @@ include = [
4646
]
4747

4848
[dependencies]
49-
anyhow = "1.0.94"
50-
clap = { version = "4.5.23", features = ["derive"] }
49+
anyhow = "1.0.95"
50+
clap = { version = "4.5.26", features = ["derive"] }
5151
crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] }
52-
notify = "7.0.0"
52+
notify = "8.0.0"
5353
os_pipe = "1.2.1"
5454
rustlings-macros = { path = "rustlings-macros", version = "=6.4.0" }
55-
serde_json = "1.0.133"
55+
serde_json = "1.0.135"
5656
serde.workspace = true
5757
toml_edit.workspace = true
5858

5959
[target.'cfg(not(windows))'.dependencies]
60-
rustix = { version = "0.38.42", default-features = false, features = ["std", "stdio", "termios"] }
60+
rustix = { version = "0.38.43", default-features = false, features = ["std", "stdio", "termios"] }
6161

6262
[dev-dependencies]
63-
tempfile = "3.14.0"
63+
tempfile = "3.15.0"
6464

6565
[profile.release]
6666
panic = "abort"

0 commit comments

Comments
 (0)