From 67645022b894613ecd313eb00c6dd864c72f652e Mon Sep 17 00:00:00 2001 From: Tyler Rockwood Date: Thu, 12 Oct 2023 12:20:14 -0500 Subject: [PATCH] third-party: update rust crates Now that we've activated wasmtime's async functionality, a couple of crates have changed. Signed-off-by: Tyler Rockwood --- licenses/third_party.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/licenses/third_party.md b/licenses/third_party.md index a5120feba5945..7990211894f63 100644 --- a/licenses/third_party.md +++ b/licenses/third_party.md @@ -104,6 +104,13 @@ cat /tmp/license.md | sort | uniq | equivalent | Apache-2.0 OR MIT | | fallible-iterator | Apache-2.0 OR MIT | | form_urlencoded | Apache-2.0 OR MIT | +| futures | Apache-2.0 OR MIT | +| futures-channel | Apache-2.0 OR MIT | +| futures-core | Apache-2.0 OR MIT | +| futures-io | Apache-2.0 OR MIT | +| futures-sink | Apache-2.0 OR MIT | +| futures-task | Apache-2.0 OR MIT | +| futures-util | Apache-2.0 OR MIT | | fxhash | Apache-2.0 OR MIT | | fxprof-processed-profile | Apache-2.0 OR MIT | | generic-array | MIT | @@ -133,9 +140,10 @@ cat /tmp/license.md | sort | uniq | once_cell | Apache-2.0 OR MIT | | paste | Apache-2.0 OR MIT | | percent-encoding | Apache-2.0 OR MIT | +| pin-project-lite | Apache-2.0 OR MIT | +| pin-utils | Apache-2.0 OR MIT | | ppv-lite86 | Apache-2.0 OR MIT | | proc-macro2 | Apache-2.0 OR MIT | -| psm | Apache-2.0 OR MIT | | pulldown-cmark | MIT | | quote | Apache-2.0 OR MIT | | rand | Apache-2.0 OR MIT |