diff --git a/Cargo.lock b/Cargo.lock index f83480c..4f565aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -656,8 +656,7 @@ dependencies = [ [[package]] name = "imbl-value" version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6d3d8cdfd1ac46aab6195692baf9c65dd34dcc7e7ddfb426a2c014736ba90c" +source = "git+https://github.com/Start9Labs/imbl-value.git#48dc39a762a3b4f9300d3b9f850cbd394e777ae0" dependencies = [ "imbl", "serde", diff --git a/rpc-toolkit/Cargo.toml b/rpc-toolkit/Cargo.toml index ada859c..7ab144d 100644 --- a/rpc-toolkit/Cargo.toml +++ b/rpc-toolkit/Cargo.toml @@ -24,7 +24,7 @@ http = "1" http-body-util = "0.1" hyper = { version = "1", features = ["server", "http1", "http2", "client"] } itertools = "0.12" -imbl-value = "0.1" +imbl-value = { git = "https://github.com/Start9Labs/imbl-value.git" } lazy_format = "2" lazy_static = "1.4" openssl = { version = "0.10", features = ["vendored"] }