Skip to content

Commit 25e55a6

Browse files
GearsDatapackslpil
authored andcommitted
Remove bytes dependency
1 parent 18a5bea commit 25e55a6

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ hexpm = "3.3"
3434
tar = "0"
3535
# gzip compression
3636
flate2 = "1"
37-
# Byte array data type
38-
bytes = "1"
3937
# Logging
4038
tracing = "0"
4139
# Macro to work around Rust's traits not working with async. Sigh.

compiler-cli/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ pubgrub = "0"
4141
camino = { workspace = true, features = ["serde1"] }
4242
async-trait.workspace = true
4343
base16.workspace = true
44-
bytes.workspace = true
4544
debug-ignore.workspace = true
4645
ecow.workspace = true
4746
flate2.workspace = true

compiler-core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ radix_trie = "0.2.1"
4949

5050
async-trait.workspace = true
5151
base16.workspace = true
52-
bytes.workspace = true
5352
camino = { workspace = true, features = ["serde1"] }
5453
debug-ignore.workspace = true
5554
ecow = { workspace = true, features = ["serde"] }

0 commit comments

Comments
 (0)