Commit 29517d0f authored by Clara Engler's avatar Clara Engler
Browse files

cargo: Update Cargo.toml

parent 33fe39cd
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -10,21 +10,21 @@ categories = ["command-line-utilities", "cryptography"]
rust-version = "1.91"

[dependencies]
anyhow = "1.0.102"
anyhow = "1.0.104"
caps = "0.5.6"
clap = { version = "4.6.1", features = ["derive"] }
clap = { version = "4.6.4", features = ["derive"] }
netlink-packet-core = "0.8.1"
netlink-packet-route = "0.31.0"
netlink-sys = "0.8.8"
nix = { version = "0.31.3", features = ["sched", "process", "fs", "mount", "user"] }
onion-tunnel = { git = "https://gitlab.torproject.org/tpo/core/onionmasq.git" }
arti = { version = "2.3.0" , features = ["experimental-api"]}
arti = { version = "2.5.0" , features = ["experimental-api"]}
sendfd = "0.4.4"
smoltcp = { version = "0.13.1" }
tempfile = "3.27.0"
tokio = { version = "1.52.3", features = ["full"] }
thiserror = "2.0.18"
rustls = "0.23.40"
tokio = { version = "1.53.1", features = ["full"] }
thiserror = "2.0.19"
rustls = "0.23.43"
tracing = "0.1.44"
tracing-subscriber = "0.3.23"