From 8a039633a6b644510d31790be4e22485143d3fce Mon Sep 17 00:00:00 2001 From: Emmie Maeda Date: Tue, 17 Oct 2023 01:04:59 -0400 Subject: [PATCH] Bump deepwell version to 2023.10.16 --- deepwell/Cargo.lock | 2 +- deepwell/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deepwell/Cargo.lock b/deepwell/Cargo.lock index b6fd478e8a3..739a3f54ee7 100644 --- a/deepwell/Cargo.lock +++ b/deepwell/Cargo.lock @@ -1009,7 +1009,7 @@ dependencies = [ [[package]] name = "deepwell" -version = "2023.10.6" +version = "2023.10.16" dependencies = [ "anyhow", "argon2", diff --git a/deepwell/Cargo.toml b/deepwell/Cargo.toml index ad89974a9ec..99badfaaa4b 100644 --- a/deepwell/Cargo.toml +++ b/deepwell/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["wikijump", "api", "backend", "wiki"] categories = ["asynchronous", "database", "web-programming::http-server"] exclude = [".gitignore", ".editorconfig"] -version = "2023.10.6" +version = "2023.10.16" authors = ["Emmie Maeda "] edition = "2021" # this is *not* the same as the current year