diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index fc1d4ca84..1af9d8e75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,6 @@ version = "0.83.0" dependencies = [ "anyhow", "bencher", - "erased-serde", "futures", "indexmap", "lazy_static", @@ -898,15 +897,6 @@ dependencies = [ ] [[package]] -name = "erased-serde" -version = "0.3.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0465971a8cc1fa2455c8465aaa377131e1f1cf4983280f474a13e68793aa770c" -dependencies = [ - "serde", -] - -[[package]] name = "errno" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" |