Skip to content

Commit

Permalink
chore: bump wireguard-rs version 0.4.4 -> 0.4.5 (#244)
Browse files Browse the repository at this point in the history
* bump version

* bump base64
  • Loading branch information
t-aleksander authored Jun 25, 2024
1 parent 0460a96 commit 74543c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 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 @@ -17,10 +17,10 @@ prost-build = { version = "0.12" }

[dependencies]
anyhow = "1.0"
base64 = "0.21"
base64 = "0.22"
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.4" }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.5" }
dirs = "5.0"
lazy_static = "1.4"
local-ip-address = "0.5"
Expand Down

0 comments on commit 74543c1

Please sign in to comment.