Remove postage from zed-server

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-04-08 16:14:54 +02:00
parent 24cb44fb00
commit 0b1fda3e13
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -6122,7 +6122,6 @@ dependencies = [
"oauth2",
"oauth2-surf",
"parking_lot",
"postage",
"project",
"rand 0.8.3",
"rpc",

View File

@ -33,7 +33,6 @@ lipsum = { version = "0.8", optional = true }
oauth2 = { version = "4.0.0", default_features = false }
oauth2-surf = "0.1.1"
parking_lot = "0.11.1"
postage = { version = "0.4.1", features = ["futures-traits"] }
rand = "0.8"
rust-embed = { version = "6.3", features = ["include-exclude"] }
scrypt = "0.7"