summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2023-12-13 01:21:32 +0900
committerGitHub <noreply@github.com>2023-12-13 01:21:32 +0900
commitb3035fc2d73a07b3c734c0452d58fb74b3968b51 (patch)
treec2b046ffd908c67721cfe4d9ee26ea7bdcb67d22 /Cargo.lock
parent6a1baaf0d694ea63294460e41b82195f8516b9bb (diff)
perf: improve plugin download & load feature (#3001)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 56a9795fd..b109ca64f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -137,6 +137,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
+name = "async-attributes"
+version = "1.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
+dependencies = [
+ "quote",
+ "syn 1.0.96",
+]
+
+[[package]]
name = "async-channel"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -228,6 +238,7 @@ version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"
dependencies = [
+ "async-attributes",
"async-channel",
"async-global-executor",
"async-io",