diff --git a/Cargo.lock b/Cargo.lock index 8c8da46..68f8931 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1730,8 +1730,9 @@ dependencies = [ [[package]] name = "tide-serve-dir-macro" -version = "0.1.2" -source = "git+https://github.com/bain3/tide-serve-dir-macro#b20f9fe97bfe5fc8a718c6953666f94ed208e20c" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e32ae548028698e2cff0ea540b69ea3dfaa57f8e7cf70c52973d9236d273a4b5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 250b138..09adff7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,4 @@ ring = { version = "0.17.8", features = ["std"] } anyhow = "1.0.70" base64 = "0.21.0" hex = "0.4.3" -# TODO: replace with crates.io version when updated upstream -tide-serve-dir-macro = { git = "https://github.com/bain3/tide-serve-dir-macro" } +tide-serve-dir-macro = "0.2"