diff --git a/Cargo.lock b/Cargo.lock index 709bac4..512ef5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1090,7 +1090,8 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lib-humus" version = "0.2.0" -source = "git+https://codeberg.org/slatian/lib-humus.git#c4cb7facd6d0455a97a417c016dd4a7ca34bda3b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b7b929d47f33624b974a9bc122b52e8283eecde66747cde3b9afb188b252eed" dependencies = [ "axum", "axum-extra", diff --git a/Cargo.toml b/Cargo.toml index 93832be..1ea5081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Slatian "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lib-humus = { version="0.2", features=["axum-view+cookie"], git="https://codeberg.org/slatian/lib-humus.git" } +lib-humus = { version="0.2", features=["axum-view+cookie"] } axum = { version = "0.7", features = ["macros"] } axum-extra = { version = "0.9", features = ["cookie", "typed-header"] }