diff --git a/Cargo.lock b/Cargo.lock index f7b0230..cdc91fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,13 +13,13 @@ dependencies = [ "openssl", "serde", "serde_json", - "time 0.1.44", + "time 0.1.43", "ureq", ] [[package]] name = "acme-redirect" -version = "0.4.0" +version = "0.5.0" dependencies = [ "acme-micro", "actix-web", @@ -35,7 +35,7 @@ dependencies = [ "rand 0.8.3", "serde", "structopt", - "time 0.1.44", + "time 0.1.43", "toml", "ureq", "users", @@ -1110,7 +1110,7 @@ checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" dependencies = [ "cfg-if 1.0.0", "libc", - "wasi 0.10.0+wasi-snapshot-preview1", + "wasi 0.10.2+wasi-snapshot-preview1", ] [[package]] @@ -1256,7 +1256,7 @@ dependencies = [ "log", "net2", "rustc_version", - "time 0.1.44", + "time 0.1.43", "tokio 0.1.22", "tokio-buf", "tokio-executor", @@ -2376,12 +2376,11 @@ dependencies = [ [[package]] name = "time" -version = "0.1.44" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" +checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" dependencies = [ "libc", - "wasi 0.10.0+wasi-snapshot-preview1", "winapi 0.3.9", ] @@ -2921,9 +2920,9 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[package]] name = "wasi" -version = "0.10.0+wasi-snapshot-preview1" +version = "0.10.2+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" +checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasm-bindgen" diff --git a/Cargo.toml b/Cargo.toml index 1f8a955..51a8ae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme-redirect" -version = "0.4.0" +version = "0.5.0" description = "Tiny http daemon that answers acme challenges and redirects everything else to https" authors = ["kpcyrd "] license = "GPL-3.0"