diff --git a/Cargo.lock b/Cargo.lock index d9c76b225..ba5c6cffe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1422,7 +1422,8 @@ dependencies = [ [[package]] name = "divviup-client" version = "0.4.0" -source = "git+https://github.com/divviup/divviup-api.git?rev=395b39a99e8e9afcfae3939ec0c4eada2693d7fe#395b39a99e8e9afcfae3939ec0c4eada2693d7fe" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26ba02bf5cb53ca1b0c00e99f9ed7e4b6d6d615ebf052bd4482e38b4f7e3df41" dependencies = [ "base64 0.22.1", "email_address", diff --git a/Cargo.toml b/Cargo.toml index 496ba3b34..ef6883c0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ console-subscriber = "0.2.0" deadpool = "0.12.1" deadpool-postgres = "0.13.2" derivative = "2.2.0" -divviup-client = { version = "0.4", git = "https://github.com/divviup/divviup-api.git", rev = "395b39a99e8e9afcfae3939ec0c4eada2693d7fe" } +divviup-client = "0.4" fixed = "1.27" fixed-macro = "1.1.1" futures = "0.3.30"