diff --git a/Cargo.lock b/Cargo.lock index b8d834c1d4ffeedcbc1124962f9982c0eadb0289..69038125470792039530b24052c6469d75a7e225 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6122,7 +6122,6 @@ dependencies = [ "oauth2", "oauth2-surf", "parking_lot", - "postage", "project", "rand 0.8.3", "rpc", diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index f6d10517bd44e2ab642ca77801f8a6912e677302..fe1a63f5f1aabb287b8a081744c9236612d44ff3 100644 --- a/crates/server/Cargo.toml +++ b/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"