Skip to content

Commit fa13264

Browse files
committed
chore: bump dependencies
1 parent 302694b commit fa13264

File tree

2 files changed

+53
-91
lines changed

2 files changed

+53
-91
lines changed

Cargo.lock

Lines changed: 49 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ dynamic-analysis = ["lurk-cli"]
2525

2626
[dependencies]
2727
ratatui = "0.30.0"
28-
clap = { version = "4.5.53", features = ["derive", "env", "wrap_help", "cargo"] }
29-
thiserror = "2.0.17"
28+
clap = { version = "4.5.56", features = ["derive", "env", "wrap_help", "cargo"] }
29+
thiserror = "2.0.18"
3030
elf = "0.8.0"
3131
rust-strings = "0.6.0"
3232
heh = "0.6.3"
3333
tui-input = "0.15.0"
3434
tui-popup = "0.7.2"
3535
unicode-width = "0.2.2"
3636
textwrap = "0.16.2"
37-
lurk-cli = { version = "0.3.11", optional = true }
37+
lurk-cli = { version = "0.3.12", optional = true }
3838
serde = "1.0.228"
3939
serde_derive = "1.0.228"
4040
nix = { version = "0.30.1", features = ["ptrace", "signal"] }
@@ -45,7 +45,7 @@ better-panic = "0.3.0"
4545
tui-big-text = "0.8.1"
4646
chrono = "0.4.43"
4747
bytesize = "2.3.0"
48-
sysinfo = { version = "0.37.2", default-features = false, features = ["user"] }
48+
sysinfo = { version = "0.38.0", default-features = false, features = ["user"] }
4949
webbrowser = "1.0.6"
5050
lddtree = "0.4.0"
5151
itertools = "0.14.0"

0 commit comments

Comments
 (0)