aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-30 16:09:52 -0700
committerFuwn <[email protected]>2022-03-30 16:09:52 -0700
commit429df3ab0481307e7cdac50bbd0afa6a1ff3fa77 (patch)
tree009848386ee4671ce0572dd3e8495682e305b8cc /Cargo.toml
parentfix: reverts (diff)
downloadlocus-429df3ab0481307e7cdac50bbd0afa6a1ff3fa77.tar.xz
locus-429df3ab0481307e7cdac50bbd0afa6a1ff3fa77.zip
fix: new certificate loading method
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8393d1f..3bb2ec8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ codegen-units = 1
[dependencies]
# Gemini
-windmark = { version = "0.1.4", features = ["logger"] }
+windmark = { version = "0.1.5", features = ["logger"] }
# Loggging
log = "0.4.16"