aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2020-09-17 19:18:51 +0000
committerHristo Venev <hristo@venev.name>2020-09-17 19:19:19 +0000
commitfb6fca761d97bec198f75e0a75a8fe12776720ad (patch)
tree789c11f20be46385cc72e191a773c2ca673e6b9d
parentf77d26963760b3fb8bb770673b61bd4bf667206e (diff)
Release v0.3.2.HEADmaster
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d1e79e5..f757d4a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "wgconfd"
-version = "0.3.1"
+version = "0.3.2"
edition = "2018"
authors = [ "Hristo Venev <hristo@venev.name>" ]
license = "LGPL-3.0-or-later"
@@ -16,7 +16,7 @@ keywords = [ "wireguard" ]
[dependencies]
arrayref = { version = "0.3.6" }
-base64 = { version = "0.11.0" }
+base64 = { version = "0.12.0" }
serde = { version = "1.0" }
serde_derive = { version = "1.0" }
serde_json = { version = "1.0" }