Upgrade postage for oneshot channel drop fix

Previously, dropping a oneshot sender didn't wake the receiver.
This commit is contained in:
Max Brunsfeld
2023-04-10 16:03:49 -07:00
parent e79815622c
commit e853e77d59
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ serde = { version = "1.0", features = ["derive", "rc"] }
serde_derive = { version = "1.0", features = ["deserialize_in_place"] }
serde_json = { version = "1.0", features = ["preserve_order", "raw_value"] }
rand = { version = "0.8" }
postage = { version = "0.4.1", features = ["futures-traits"] }
postage = { version = "0.5", features = ["futures-traits"] }
[patch.crates-io]
tree-sitter = { git = "https://github.com/tree-sitter/tree-sitter", rev = "c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14" }