Skip to content

Commit

Permalink
chore: bump version 0.6.2 -> 0.7.0 and update wireguard-rs to 0.4.5 (#…
Browse files Browse the repository at this point in the history
…100)

* bump version 0.6.2 -> 0.7.0

* update lockfile

* bump wireguard-rs
  • Loading branch information
t-aleksander authored Jun 25, 2024
1 parent 7eb998b commit ef987cf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
31 changes: 22 additions & 9 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defguard-gateway"
version = "0.6.2"
version = "0.7.0"
edition = "2021"

[dependencies]
Expand All @@ -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.2" }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.5" }
env_logger = "0.11"
gethostname = "0.4"
log = "0.4"
Expand Down

0 comments on commit ef987cf

Please sign in to comment.