mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-26 02:11:56 +00:00
use imbl-value from GH
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -656,8 +656,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "imbl-value"
|
name = "imbl-value"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/Start9Labs/imbl-value.git#48dc39a762a3b4f9300d3b9f850cbd394e777ae0"
|
||||||
checksum = "8b6d3d8cdfd1ac46aab6195692baf9c65dd34dcc7e7ddfb426a2c014736ba90c"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"imbl",
|
"imbl",
|
||||||
"serde",
|
"serde",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ http = "1"
|
|||||||
http-body-util = "0.1"
|
http-body-util = "0.1"
|
||||||
hyper = { version = "1", features = ["server", "http1", "http2", "client"] }
|
hyper = { version = "1", features = ["server", "http1", "http2", "client"] }
|
||||||
itertools = "0.12"
|
itertools = "0.12"
|
||||||
imbl-value = "0.1"
|
imbl-value = { git = "https://github.com/Start9Labs/imbl-value.git" }
|
||||||
lazy_format = "2"
|
lazy_format = "2"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
openssl = { version = "0.10", features = ["vendored"] }
|
openssl = { version = "0.10", features = ["vendored"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user