diff options
| author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2021-04-04 01:17:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-04 01:17:02 +0200 |
| commit | 19d0e6b6710a61e6fdcf9f08e6057e49b349fe18 (patch) | |
| tree | 8f444a1e26de1f483972f489e38d67ffc4775b3b /core/Cargo.toml | |
| parent | 878599ca7c4eb7636b6d025e669b39651f5ba1d0 (diff) | |
perf(serde_v8): introduce Serializable boxable object (#9983)
Diffstat (limited to 'core/Cargo.toml')
| -rw-r--r-- | core/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 1e23f788e..a06e1e43f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -14,7 +14,6 @@ path = "lib.rs" [dependencies] anyhow = "1.0.38" -erased-serde = "0.3.13" futures = "0.3.12" indexmap = "1.6.1" lazy_static = "1.4.0" |
