Skip to content

Commit

Permalink
Bump wireguard-rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
j-chmielewski committed May 9, 2024
1 parent 05d98b9 commit a745630
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
24 changes: 18 additions & 6 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1.0"
base64 = "0.21"
clap = { version = "4.4", features = ["derive", "env"] }
chrono = { version = "0.4", features = ["serde"] }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.3" }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.4" }
dirs = "5.0"
lazy_static = "1.4"
local-ip-address = "0.5"
Expand Down Expand Up @@ -58,7 +58,7 @@ reqwest = { version = "0.11", features = ["json"] }
windows-service = "0.6"

[target.'cfg(target_os = "macos")'.dependencies]
nix = { version = "0.27", features = ["net"] }
nix = { version = "0.28", features = ["net"] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
Expand Down

0 comments on commit a745630

Please sign in to comment.