Remove `postage` from `zed-server`

Antonio Scandurra and Nathan Sobo created

Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Change summary

Cargo.lock               | 1 -
crates/server/Cargo.toml | 1 -
2 files changed, 2 deletions(-)

Detailed changes

Cargo.lock 🔗

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

crates/server/Cargo.toml 🔗

@@ -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"