mirror of
https://github.com/tsirysndr/music-player.git
synced 2026-01-08 20:58:07 -05:00
fix: update log crate
This commit is contained in:
98
Cargo.lock
generated
98
Cargo.lock
generated
@@ -3980,11 +3980,10 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.17"
|
||||
version = "0.4.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
||||
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"serde",
|
||||
"value-bag",
|
||||
]
|
||||
@@ -7143,11 +7142,70 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sval"
|
||||
version = "1.0.0-alpha.5"
|
||||
version = "2.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08"
|
||||
checksum = "b15df12a8db7c216a04b4b438f90d50d5335cd38f161b56389c9f5c9d96d0873"
|
||||
|
||||
[[package]]
|
||||
name = "sval_buffer"
|
||||
version = "2.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "57e80556bc8acea0446e574ce542ad6114a76a0237f28a842bc01ca3ea98f479"
|
||||
dependencies = [
|
||||
"sval",
|
||||
"sval_ref",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sval_dynamic"
|
||||
version = "2.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9d93d2259edb1d7b4316179f0a98c62e3ffc726f47ab200e07cfe382771f57b8"
|
||||
dependencies = [
|
||||
"sval",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sval_fmt"
|
||||
version = "2.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "532f7f882226f7a5a4656f5151224aaebf8217e0d539cb1595b831bace921343"
|
||||
dependencies = [
|
||||
"itoa 1.0.5",
|
||||
"ryu",
|
||||
"sval",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sval_json"
|
||||
version = "2.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "76e03bd8aa0ae6ee018f7ae95c9714577687a4415bd1a5f19b26e34695f7e072"
|
||||
dependencies = [
|
||||
"itoa 1.0.5",
|
||||
"ryu",
|
||||
"sval",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sval_ref"
|
||||
version = "2.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "75ed054f2fb8c2a0ab5d36c1ec57b412919700099fc5e32ad8e7a38b23e1a9e1"
|
||||
dependencies = [
|
||||
"sval",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sval_serde"
|
||||
version = "2.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ff191c4ff05b67e3844c161021427646cde5d6624597958be158357d9200586"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"sval",
|
||||
"sval_buffer",
|
||||
"sval_fmt",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -8487,16 +8545,38 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
||||
|
||||
[[package]]
|
||||
name = "value-bag"
|
||||
version = "1.0.0-alpha.9"
|
||||
version = "1.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
|
||||
checksum = "4a72e1902dde2bd6441347de2b70b7f5d59bf157c6c62f0c44572607a1d55bbe"
|
||||
dependencies = [
|
||||
"value-bag-serde1",
|
||||
"value-bag-sval2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "value-bag-serde1"
|
||||
version = "1.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "07ba39dc791ecb35baad371a3fc04c6eab688c04937d2e0ac6c22b612c0357bf"
|
||||
dependencies = [
|
||||
"ctor",
|
||||
"erased-serde",
|
||||
"serde",
|
||||
"serde_fmt",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "value-bag-sval2"
|
||||
version = "1.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c3e06c10810a57bbf45778d023d432a50a1daa7d185991ae06bcfb6c654d0945"
|
||||
dependencies = [
|
||||
"sval",
|
||||
"version_check",
|
||||
"sval_buffer",
|
||||
"sval_dynamic",
|
||||
"sval_fmt",
|
||||
"sval_json",
|
||||
"sval_ref",
|
||||
"sval_serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "music-player-audio"
|
||||
version = "0.1.6"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/tsirysndr/music-player"
|
||||
license = "MIT"
|
||||
authors = ["Tsiry Sandratraina <tsiry.sndr@aol.com>"]
|
||||
description = "The audio fetching logic for music player"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
name = "music-player-audio"
|
||||
repository = "https://github.com/tsirysndr/music-player"
|
||||
version = "0.1.6"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -17,16 +17,16 @@ version = "0.1.3"
|
||||
anyhow = "1.0.68"
|
||||
bytes = "1.3.0"
|
||||
futures-util = "0.3.25"
|
||||
hyper = { version = "0.14.23", features = ["client", "stream", "tcp", "http1", "http2"] }
|
||||
hyper = {version = "0.14.23", features = ["client", "stream", "tcp", "http1", "http2"]}
|
||||
hyper-rustls = "0.24.0"
|
||||
log = "0.4.20"
|
||||
md5 = "0.7.0"
|
||||
mime_guess = "2.0.4"
|
||||
parking_lot = "0.12.1"
|
||||
rustls = {version = "0.21.0", features = ["dangerous_configuration"]}
|
||||
symphonia = {version = "0.5.1", features = ["aac", "alac", "mp3", "isomp4", "flac"]}
|
||||
tempfile = "3.3.0"
|
||||
thiserror = "1.0.38"
|
||||
tokio = { version = "1.23.0", features = ["full"] }
|
||||
symphonia = { version = "0.5.1", features = ["aac", "alac", "mp3", "isomp4", "flac"] }
|
||||
hyper-rustls = "0.24.0"
|
||||
rustls = { version = "0.21.0", features = ["dangerous_configuration"] }
|
||||
mime_guess = "2.0.4"
|
||||
tokio = {version = "1.23.0", features = ["full"]}
|
||||
url = "2.3.1"
|
||||
md5 = "0.7.0"
|
||||
log = "0.4.17"
|
||||
webpki-roots = "0.23.0"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "music-player-playback"
|
||||
version = "0.1.13"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/tsirysndr/music-player"
|
||||
license = "MIT"
|
||||
authors = ["Tsiry Sandratraina <tsiry.sndr@aol.com>"]
|
||||
description = "The playback logic for music player"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
name = "music-player-playback"
|
||||
repository = "https://github.com/tsirysndr/music-player"
|
||||
version = "0.1.13"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -22,20 +22,20 @@ path = "../audio"
|
||||
version = "0.1.1"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.57"
|
||||
cpal = "0.15"
|
||||
futures-util = "0.3.24"
|
||||
lazy_static = "1.4.0"
|
||||
librespot-protocol = "0.4.2"
|
||||
log = "0.4.17"
|
||||
log = "0.4.20"
|
||||
owo-colors = "3.5.0"
|
||||
parking_lot = "0.12.1"
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
rand = {version = "0.8.5", features = ["small_rng"]}
|
||||
rand_distr = "0.4.3"
|
||||
rb = "0.4.1"
|
||||
rodio = { version = "0.17.1" }
|
||||
symphonia = { version = "0.5.1", features = ["aac", "alac", "mp3", "isomp4", "flac"] }
|
||||
rodio = {version = "0.17.1"}
|
||||
symphonia = {version = "0.5.1", features = ["aac", "alac", "mp3", "isomp4", "flac"]}
|
||||
thiserror = "1.0.34"
|
||||
tokio = { version = "1.21.0", features = ["full"] }
|
||||
zerocopy = "0.6.1"
|
||||
owo-colors = "3.5.0"
|
||||
async-trait = "0.1.57"
|
||||
tokio = {version = "1.21.0", features = ["full"]}
|
||||
url = "2.3.1"
|
||||
zerocopy = "0.6.1"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
[package]
|
||||
name = "music-player-server"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/tsirysndr/music-player"
|
||||
license = "MIT"
|
||||
authors = ["Tsiry Sandratraina <tsiry.sndr@aol.com>"]
|
||||
categories = ["command-line-utilities"]
|
||||
keywords = ["tokio", "music", "cli", "daemon", "streaming"]
|
||||
description = "The server API for the music player"
|
||||
edition = "2021"
|
||||
keywords = ["tokio", "music", "cli", "daemon", "streaming"]
|
||||
license = "MIT"
|
||||
name = "music-player-server"
|
||||
repository = "https://github.com/tsirysndr/music-player"
|
||||
version = "0.2.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -40,24 +40,24 @@ path = "../types"
|
||||
version = "0.1.3"
|
||||
|
||||
[dependencies]
|
||||
owo-colors = "3.5.0"
|
||||
prost = "0.11.0"
|
||||
sea-orm = { version = "0.9.2", features = ["runtime-tokio-rustls", "sqlx-sqlite"] }
|
||||
tokio = { version = "1.21.0", features = ["full"] }
|
||||
tonic = "0.8.1"
|
||||
tonic-web = "0.4.0"
|
||||
futures = "0.3.24"
|
||||
chrono = "0.4.23"
|
||||
cuid = "1.2.0"
|
||||
md5 = "0.7.0"
|
||||
uuid = "1.1.2"
|
||||
tungstenite = "0.17.3"
|
||||
tokio-tungstenite = "0.17.2"
|
||||
futures = "0.3.24"
|
||||
futures-channel = "0.3.24"
|
||||
futures-util = "0.3.24"
|
||||
log = "0.4.20"
|
||||
md5 = "0.7.0"
|
||||
owo-colors = "3.5.0"
|
||||
prost = "0.11.0"
|
||||
sea-orm = {version = "0.9.2", features = ["runtime-tokio-rustls", "sqlx-sqlite"]}
|
||||
serde = "1.0.145"
|
||||
chrono = "0.4.23"
|
||||
tokio-stream = { version = "0.1.12", features = ["net"] }
|
||||
log = "0.4.17"
|
||||
tokio = {version = "1.21.0", features = ["full"]}
|
||||
tokio-stream = {version = "0.1.12", features = ["net"]}
|
||||
tokio-tungstenite = "0.17.2"
|
||||
tonic = "0.8.1"
|
||||
tonic-web = "0.4.0"
|
||||
tungstenite = "0.17.3"
|
||||
uuid = "1.1.2"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user