Skip to content

Commit 425d493

Browse files
committed
update deps
1 parent 2e4ecbd commit 425d493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "GPL-3.0"
88
homepage = "https://github.com/hacknus/serial-monitor-rust"
99

1010
[dependencies]
11-
csv = "1.3"
11+
csv = "1.4"
1212
egui_plot = "0.34"
1313
egui_extras = { version = "0.33", features = ["all_loaders"] }
1414
egui-phosphor = { version = "0.11" }
@@ -22,7 +22,7 @@ serde = { version = "1.0", features = ["derive"] }
2222
serialport = { version = "4.8", features = ["serde"] }
2323
log = "0.4"
2424
self_update = { git = "https://github.com/hacknus/self_update", features = ["archive-zip", "compression-zip-deflate"], optional = true }
25-
tempfile = { version = "3.20", optional = true }
25+
tempfile = { version = "3.23", optional = true }
2626
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls", "http2"], optional = true }
2727
semver = { version = "1.0.27", optional = true }
2828
crossbeam-channel = "0.5.15"

0 commit comments

Comments
 (0)