aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-24 14:44:02 -0500
committermat <github@matdoes.dev>2022-04-24 14:44:02 -0500
commitb43ad19636aa197f145d696f2bb01adf833ddec8 (patch)
treefbd4ce0efd06ce65852ef0976bdc63cd47ff9fca /Cargo.lock
parent7a272c216bb69e6e720ba420372cdffce13413e1 (diff)
downloadazalea-drasl-b43ad19636aa197f145d696f2bb01adf833ddec8.tar.xz
remove an unused thing from dependencies
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-xCargo.lock10
1 files changed, 0 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d94c26c..a0d60170 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -181,15 +181,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
-name = "casey"
-version = "0.3.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fabe85130dda9cf267715582ce6cf1ab581c8dfe3cb33f7065fee0f14e3fea14"
-dependencies = [
- "syn",
-]
-
-[[package]]
name = "cast"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -697,7 +688,6 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
name = "packet-macros"
version = "0.1.0"
dependencies = [
- "casey",
"proc-macro2",
"quote",
"syn",