mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
parent
e3ea373472
commit
be071b2111
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1146,9 +1146,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tiny_http"
|
||||
version = "0.8.2"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
|
||||
checksum = "96155b5f7149ba7a99ea5d516c538250b26eab60b4485c0f5344432573e7a450"
|
||||
dependencies = [
|
||||
"ascii",
|
||||
"chrono",
|
||||
|
@ -37,7 +37,7 @@ serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
signal-hook = "0.3"
|
||||
tiny_http = { version = "0.8", optional = true }
|
||||
tiny_http = { version = "0.9", optional = true }
|
||||
|
||||
[dependencies.electrs-rocksdb]
|
||||
# support building with Rust 1.41.1 and workaround the following issues:
|
||||
|
Loading…
Reference in New Issue
Block a user