From 7d2b76294efb1ba33aebc8b050a5a545a51a1aca Mon Sep 17 00:00:00 2001 From: sebadob Date: Wed, 25 Sep 2024 09:03:51 +0200 Subject: [PATCH] switch to release version of hiqlite `0.2.1` --- Cargo.lock | 5 +++-- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d80967f3..76ac0096 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2300,8 +2300,9 @@ dependencies = [ [[package]] name = "hiqlite" -version = "0.2.0" -source = "git+https://github.com/sebadob/hiqlite.git#406c4085f7046a481607cb1d69963f0a9f5c4008" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfb166eb6265081e066226bad9ae7524299625958769d4b29759f28d17649e60" dependencies = [ "axum", "axum-server", diff --git a/Cargo.toml b/Cargo.toml index 4dbaa5d2..f72983d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ strip = true panic = "abort" [patch.crates-io] -hiqlite = { git = "https://github.com/sebadob/hiqlite.git", package = "hiqlite" } +#hiqlite = { git = "https://github.com/sebadob/hiqlite.git", package = "hiqlite" } #hiqlite = { path = "../hiqlite/hiqlite", package = "hiqlite" } [workspace.dependencies] @@ -54,7 +54,7 @@ futures = "0.3" futures-util = "0.3" gethostname = "0.5.0" hex = { version = "0.4", features = ["serde"] } -hiqlite = { version = "0.2.0", default-features = false, features = ["cache", "listen_notify"] } +hiqlite = { version = "0.2.1", default-features = false, features = ["cache", "listen_notify"] } hmac-sha256 = { version = "1.1.7", features = ["traits010"] } hmac-sha512 = { version = "1.1.5", features = ["traits010", "sha384"] } image = { version = "0.25.1", default-features = false, features = [