diff --git a/Cargo.toml b/Cargo.toml index d7ee46ff6..0ddd568e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,3 @@ codegen-units = 1 [patch.crates-io] zcash_encoding = { path = "components/zcash_encoding" } zcash_note_encryption = { path = "components/zcash_note_encryption" } -schemer = { git = "https://github.com/aschampion/schemer.git", rev = "2370c96f43eda5b2cb267bbc9355f0fefff850bb" } -schemer-rusqlite = { git = "https://github.com/aschampion/schemer.git", rev = "2370c96f43eda5b2cb267bbc9355f0fefff850bb" } diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index 0043589cc..5f4e68196 100644 --- a/zcash_client_sqlite/Cargo.toml +++ b/zcash_client_sqlite/Cargo.toml @@ -22,8 +22,8 @@ protobuf = "~2.27.1" # MSRV 1.52.1 rand_core = "0.6" rusqlite = { version = "0.24", features = ["bundled", "time"] } secp256k1 = { version = "0.21" } -schemer = "0.1.2" -schemer-rusqlite = "0.1.1" +schemer = "0.2" +schemer-rusqlite = "0.2" secrecy = "0.8" time = "0.2" uuid = "1.1"