diff --git a/Cargo.lock b/Cargo.lock index 386515b..5603b4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,7 +481,8 @@ dependencies = [ [[package]] name = "blurhash-update" version = "0.1.0" -source = "git+https://git.asonix.dog/asonix/blurhash-update#82f94e7f762ad8594b18ea9b238b5b276ade4afc" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfb5ea45aeb912f2dd334834e64ecf674a6673d57c73e9d12de0298b9bf98ee8" [[package]] name = "bumpalo" diff --git a/Cargo.toml b/Cargo.toml index 8ce053e..c9e01df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ actix-web = { version = "4.0.0", default-features = false, features = ["rustls-0 async-trait = "0.1.51" barrel = { version = "0.7.0", features = ["pg"] } base64 = "0.21.0" -blurhash-update = { git = "https://git.asonix.dog/asonix/blurhash-update", version = "0.1.0" } +blurhash-update = "0.1.0" clap = { version = "4.0.2", features = ["derive"] } color-eyre = "0.6" config = { version = "0.14.0", default-features = false, features = ["json", "ron", "toml", "yaml"] }