diff --git a/grovedb-commitment-tree/Cargo.toml b/grovedb-commitment-tree/Cargo.toml index c94416bdf..0cfa95034 100644 --- a/grovedb-commitment-tree/Cargo.toml +++ b/grovedb-commitment-tree/Cargo.toml @@ -17,7 +17,7 @@ client = ["shardtree"] sqlite = ["client", "rusqlite"] [dependencies] -orchard = { git = "https://github.com/dashpay/orchard.git", tag = "dashified-0.14.0", features = ["circuit"] } +orchard = { git = "https://github.com/dashpay/orchard.git", tag = "dashified-0.14.1", features = ["circuit"] } incrementalmerkletree = "0.8" shardtree = { version = "0.6", optional = true } rusqlite = { version = "0.38", features = ["bundled"], optional = true }