Skip to content

Commit

Permalink
chore: update wireguard rs to 0.4.7 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander authored Aug 29, 2024
1 parent aa3fa95 commit 9a50952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chrono = { version = "0.4", default-features = false, features = [
"std",
] }
clap = { version = "4.5", features = ["derive", "env"] }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.6" }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.7" }
env_logger = "0.11"
gethostname = "0.5"
log = "0.4"
Expand Down

0 comments on commit 9a50952

Please sign in to comment.