Skip to content

Commit

Permalink
chore: remove bstr dep and rearrange bytes dep
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Jun 23, 2024
1 parent ad4b8a7 commit c08b738
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions crates/lune-std-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ directories = "5.0"
pin-project = "1.0"
os_str_bytes = { version = "7.0", features = ["conversions"] }

bstr = "1.9"
bytes = "1.6.0"

tokio = { version = "1", default-features = false, features = [
"io-std",
Expand All @@ -31,4 +31,3 @@ tokio = { version = "1", default-features = false, features = [
] }

lune-utils = { version = "0.1.0", path = "../lune-utils" }
bytes = "1.6.0"
1 change: 0 additions & 1 deletion crates/lune-std-process/src/stream.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use bstr::BString;
use bytes::BytesMut;
use mlua::prelude::*;
use tokio::io::{AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt};
Expand Down

0 comments on commit c08b738

Please sign in to comment.