server: drop version requirement
This commit is contained in:
parent
3ce92d6bdf
commit
877ec6c4b0
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3081,7 +3081,7 @@ dependencies = [
|
|||||||
"headers",
|
"headers",
|
||||||
"html-escape",
|
"html-escape",
|
||||||
"letterbox-notmuch 0.17.8",
|
"letterbox-notmuch 0.17.8",
|
||||||
"letterbox-shared 0.17.3",
|
"letterbox-shared 0.17.8",
|
||||||
"linkify",
|
"linkify",
|
||||||
"log",
|
"log",
|
||||||
"lol_html",
|
"lol_html",
|
||||||
|
|||||||
@ -27,8 +27,8 @@ css-inline = "0.14.4"
|
|||||||
futures = "0.3.31"
|
futures = "0.3.31"
|
||||||
headers = "0.4.0"
|
headers = "0.4.0"
|
||||||
html-escape = "0.2.13"
|
html-escape = "0.2.13"
|
||||||
letterbox-notmuch = { path = "../notmuch", version = "0.17.8", registry = "xinu" }
|
letterbox-notmuch = { path = "../notmuch", registry = "xinu" }
|
||||||
letterbox-shared = { version = "0.17.2", registry = "xinu" }
|
letterbox-shared = { path = "../shared", registry = "xinu" }
|
||||||
linkify = "0.10.0"
|
linkify = "0.10.0"
|
||||||
log = "0.4.27"
|
log = "0.4.27"
|
||||||
lol_html = "2.3.0"
|
lol_html = "2.3.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user