mirror of
https://github.com/ivabus/lonelyradio
synced 2025-04-23 22:17:10 +03:00
Merge 7ae3f79b40
into 0bfd885c70
This commit is contained in:
commit
3ce2f1d396
2 changed files with 3 additions and 7 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -3110,10 +3110,6 @@ dependencies = [
|
||||||
"monolib",
|
"monolib",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "monoclient-e"
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "monoclient-s"
|
name = "monoclient-s"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
|
@ -5045,9 +5041,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.43.0"
|
version = "1.43.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"libc",
|
"libc",
|
||||||
|
|
|
@ -20,7 +20,7 @@ repository = "https://github.com/ivabus/lonelyradio"
|
||||||
lonelyradio_types = { version = "0.7.0", path = "./lonelyradio_types" }
|
lonelyradio_types = { version = "0.7.0", path = "./lonelyradio_types" }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
clap = { version = "4.4.18", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
tokio = { version = "1.35.1", features = [
|
tokio = { version = "1.43.1", features = [
|
||||||
"net",
|
"net",
|
||||||
"rt-multi-thread",
|
"rt-multi-thread",
|
||||||
"rt",
|
"rt",
|
||||||
|
|
Loading…
Reference in a new issue