Skip to content

Commit 91a7fa6

Browse files
committed
dependency updates
1 parent 098f567 commit 91a7fa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ reqwest = { version = "0.12", features = ["blocking"] }
7575
tokio = { version = "1", features = ["full"] }
7676

7777
[dev-dependencies]
78-
rand = "0.8"
78+
rand = "0.9"
7979

8080
[target.'cfg(windows)'.dependencies]
8181
winreg = "0.52.*"

crates/terminal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
crossterm = "0.28"
9+
crossterm = "0.29"
1010

1111
[[example]]
1212
name = "textarea"

0 commit comments

Comments
 (0)