Skip to content

Commit ec516a1

Browse files
committed
update dependencies
1 parent c78a2fc commit ec516a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/hacknus/serial-monitor-rust"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
csv = "1.1.6"
12+
csv = "1.3.0"
1313
eframe = { version = "0.25.0", features = ["persistence"] }
1414
egui_extras = { version = "0.25.0" }
1515
egui_plot = "0.25.0"
@@ -19,8 +19,8 @@ image = { version = "0.24", default-features = false, features = ["png"] }
1919
itertools-num = "0.1"
2020
keepawake = { git = "https://github.com/segevfiner/keepawake-rs" }
2121
preferences = { git = "https://github.com/andybarron/preferences-rs" }
22-
rand = "0.8.4"
23-
realfft = "3.0.0"
22+
rand = "0.8.5"
23+
realfft = "3.3.0"
2424
regex = "1"
2525
rfd = "0.13.0"
2626
safe-transmute = "0.11.2"

0 commit comments

Comments
 (0)