summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-05-17 23:11:40 +0200
committerBert Belder <bertbelder@gmail.com>2021-05-31 16:37:27 +0200
commit7ad4a366cbf6435a6baf10de0d181c5e5dd0cca7 (patch)
treec13c48d1fe03ff759daf529c5e666304b6da2c18 /Cargo.lock
parentc6e32456d98efcdbdbef178031414ff8f20e8404 (diff)
chore: add/update crates listed in workspace (#10673)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9ce829a97..b82c58ffa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -194,6 +194,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
+name = "bench_util"
+version = "0.0.0"
+dependencies = [
+ "bencher",
+ "deno_core",
+ "tokio",
+]
+
+[[package]]
name = "bencher"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"