mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
chore: remove bstr dep and rearrange bytes dep
This commit is contained in:
parent
ad4b8a7c91
commit
c08b7382fd
3 changed files with 1 additions and 4 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1625,7 +1625,6 @@ dependencies = [
|
|||
name = "lune-std-process"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"bstr",
|
||||
"bytes",
|
||||
"directories",
|
||||
"lune-utils",
|
||||
|
|
|
@ -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",
|
||||
|
@ -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,4 +1,3 @@
|
|||
use bstr::BString;
|
||||
use bytes::BytesMut;
|
||||
use mlua::prelude::*;
|
||||
use tokio::io::{AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt};
|
||||
|
|
Loading…
Add table
Reference in a new issue