Cargo.lock 🔗
@@ -6122,7 +6122,6 @@ dependencies = [
"oauth2",
"oauth2-surf",
"parking_lot",
- "postage",
"project",
"rand 0.8.3",
"rpc",
Antonio Scandurra and Nathan Sobo created
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Cargo.lock | 1 -
crates/server/Cargo.toml | 1 -
2 files changed, 2 deletions(-)
@@ -6122,7 +6122,6 @@ dependencies = [
"oauth2",
"oauth2-surf",
"parking_lot",
- "postage",
"project",
"rand 0.8.3",
"rpc",
@@ -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"