1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Update tiny_http

Fix #575
This commit is contained in:
Roman Zeyde 2021-10-19 17:35:57 +03:00 committed by Roman Zeyde
parent e3ea373472
commit be071b2111
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1146,9 +1146,9 @@ dependencies = [
[[package]] [[package]]
name = "tiny_http" name = "tiny_http"
version = "0.8.2" version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39" checksum = "96155b5f7149ba7a99ea5d516c538250b26eab60b4485c0f5344432573e7a450"
dependencies = [ dependencies = [
"ascii", "ascii",
"chrono", "chrono",

View File

@ -37,7 +37,7 @@ serde = "1.0"
serde_derive = "1.0" serde_derive = "1.0"
serde_json = "1.0" serde_json = "1.0"
signal-hook = "0.3" signal-hook = "0.3"
tiny_http = { version = "0.8", optional = true } tiny_http = { version = "0.9", optional = true }
[dependencies.electrs-rocksdb] [dependencies.electrs-rocksdb]
# support building with Rust 1.41.1 and workaround the following issues: # support building with Rust 1.41.1 and workaround the following issues: