Skip to content

Commit 0c75a13

Browse files
committed
Bump deps
1 parent a680ce5 commit 0c75a13

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

casr/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ exclude = ["/tests"]
1313
[dependencies]
1414
shell-words = "1.1"
1515
anyhow = "1.0"
16-
clap = { version = "4.2", features = ["wrap_help", "cargo", "env"] }
16+
clap = { version = "4.5", features = ["wrap_help", "cargo", "env"] }
1717
chrono = "0.4"
18-
goblin = "0.6"
18+
goblin = "0.8"
1919
log = "0.4"
2020
simplelog = "0.12"
2121
cursive = { version = "0.20", default-features = false, features = ["termion-backend"] }
2222
cursive_tree_view = "0.8"
2323
gdb-command = "0.7"
2424
nix = "0.26"
25-
rayon = "1.7"
26-
num_cpus = "1.15"
25+
rayon = "1.10"
26+
num_cpus = "1.16"
2727
is_executable = "1.0"
2828
linux-personality = "1.0"
2929
colored = "2.0"
@@ -32,11 +32,11 @@ serde_json = "1.0"
3232
regex = "1"
3333
libc = "0"
3434
walkdir = "2"
35-
reqwest = { version = "0.11", features = ["json", "multipart", "rustls-tls"], default_features = false, optional = true }
35+
reqwest = { version = "0.12", features = ["json", "multipart", "rustls-tls"], default_features = false, optional = true }
3636
tokio = { version = "1", features = ["rt", "macros"], optional = true }
37-
toml = { version = "0.7", optional = true }
37+
toml = { version = "0.8", optional = true }
3838
wait-timeout = "0.2"
39-
which = "4.4"
39+
which = "6.0"
4040

4141
libcasr = { path = "../libcasr", version = "2.11.1", features = ["serde", "exploitable"] }
4242

libcasr/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ exclude = ["/fuzz"]
1414
[dependencies]
1515
regex = "1"
1616
lazy_static = "1.4"
17-
goblin = { version = "0.6", optional = true }
18-
capstone = { version = "0.11", optional = true }
17+
goblin = { version = "0.8", optional = true }
18+
capstone = { version = "0.12", optional = true }
1919
chrono = "0.4"
2020
serde = { version = "1.0", features = ["derive"], optional = true }
2121
serde_json = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)