Skip to content

Commit

Permalink
vopono 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcm committed Jun 30, 2022
1 parent 7e240dd commit a341b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vopono"
description = "Launch applications via VPN tunnels using temporary network namespaces"
version = "0.9.1"
version = "0.9.2"
authors = ["James McMurray <[email protected]>"]
edition = "2021"
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -33,7 +33,7 @@ chrono = "0.4"
compound_duration = "1"
ipnet = {version = "2", features = ["serde"]}
reqwest = {default-features = false, version = "0.11", features = ["blocking", "json", "rustls-tls"]}
sysinfo = "0.23"
sysinfo = "0.24"
base64 = "0.13"
x25519-dalek = "1"
strum = "0.24"
Expand Down

0 comments on commit a341b22

Please sign in to comment.