Skip to content

Commit

Permalink
Merge pull request #146 from DefGuard/dev
Browse files Browse the repository at this point in the history
Merge dev -> main
  • Loading branch information
t-aleksander authored Jan 17, 2025
2 parents 2ee87d7 + 221f1c8 commit dd34e95
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 187 deletions.
181 changes: 26 additions & 155 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
[package]
name = "defguard-gateway"
version = "1.1.2"
version = "1.2.0"
edition = "2021"

[dependencies]
axum = { version = "0.7", features = ["macros"] }
base64 = "0.22"
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
] }
clap = { version = "4.5", features = ["derive", "env"] }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.6.1" }
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.7.0" }
env_logger = "0.11"
gethostname = "0.5"
log = "0.4"
Expand Down
Loading

0 comments on commit dd34e95

Please sign in to comment.