diff --git a/Cargo.lock b/Cargo.lock index f6be0202..b1c978c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "accept-language" @@ -2465,8 +2465,9 @@ dependencies = [ [[package]] name = "hiqlite" -version = "0.3.0-20241115" -source = "git+https://github.com/sebadob/hiqlite.git#603ff6b758bb64dc18de8891b09257822d29578e" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f19fc568aa390a14921be3b9c208000b91b47777f078035d1a52dcc7a8ec0035" dependencies = [ "argon2", "axum", diff --git a/Cargo.toml b/Cargo.toml index 240b64bc..4b78615a 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.3.0-20241115", features = ["full"] } +hiqlite = { version = "0.3.1", features = ["full"] } 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 = [