mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-03-31 03:29:19 +00:00
Update deps
This commit is contained in:
parent
fb87a26f4f
commit
13564207cb
600
Cargo.lock
generated
600
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
12
Cargo.toml
12
Cargo.toml
@ -18,7 +18,7 @@ edition = "2024" # On Update: Update the edition of `rustfmt` in `dev check` and
|
||||
rust-version = "1.88"
|
||||
|
||||
[workspace.dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
toml = { version = "0.9", default-features = false, features = ["std", "parse", "serde"] }
|
||||
|
||||
[package]
|
||||
@ -45,12 +45,12 @@ include = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
anyhow = "1"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
crossterm = { version = "0.29", default-features = false, features = ["windows", "events"] }
|
||||
notify = "8.0"
|
||||
notify = "8"
|
||||
rustlings-macros = { path = "rustlings-macros", version = "=6.5.0" }
|
||||
serde_json = "1.0"
|
||||
serde_json = "1"
|
||||
serde.workspace = true
|
||||
toml.workspace = true
|
||||
|
||||
@ -58,7 +58,7 @@ toml.workspace = true
|
||||
rustix = { version = "1.0", default-features = false, features = ["std", "stdio", "termios"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.21"
|
||||
tempfile = "3"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
|
||||
@ -16,7 +16,7 @@ include = [
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0"
|
||||
quote = "1"
|
||||
serde.workspace = true
|
||||
toml.workspace = true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user