diff options
| author | Scott Olson <scott@solson.me> | 2020-09-15 03:33:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 22:33:18 -0400 |
| commit | cf91550c65a0a1fb0cdd6bad714432ae8b786011 (patch) | |
| tree | 197fdf3d2047b4329ee0eff06795e76f3b21e84f /core/Cargo.toml | |
| parent | 7023263b304c7020f6d4413c0f48a5f7fb5675e2 (diff) | |
refactor: Remove dependency on downcast_rs. (#7475)
We don't seem to use downcast_rs in any essential way. We can just use
the standard library `Any` directly.
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 d9b1243fc..f279accef 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -14,7 +14,6 @@ path = "lib.rs" [dependencies] anyhow = "1.0.32" -downcast-rs = "1.2.0" futures = "0.3.5" indexmap = "1.6.0" lazy_static = "1.4.0" |
