Chore: Upgrade serenity to 0.12.0-rc
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -10,7 +10,7 @@ license = "ISC"
|
|||||||
name = "songbird"
|
name = "songbird"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/serenity-rs/songbird.git"
|
repository = "https://github.com/serenity-rs/songbird.git"
|
||||||
rust-version = "1.72"
|
rust-version = "1.74"
|
||||||
version = "0.3.2"
|
version = "0.3.2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
@@ -36,6 +36,8 @@ rusty_pool = { optional = true, version = "0.7" }
|
|||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde-aux = { optional = true, version = "4"}
|
serde-aux = { optional = true, version = "4"}
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
serenity = { optional = true, version = "0.12.0-rc", features = ["voice", "gateway"] }
|
||||||
|
serenity-voice-model = { optional = true, version = "0.1" }
|
||||||
simd-json = { features = ["serde_impl"], optional = true, version = "0.13" }
|
simd-json = { features = ["serde_impl"], optional = true, version = "0.13" }
|
||||||
socket2 = { optional = true, version = "0.5" }
|
socket2 = { optional = true, version = "0.5" }
|
||||||
streamcatcher = { optional = true, version = "1" }
|
streamcatcher = { optional = true, version = "1" }
|
||||||
@@ -52,16 +54,6 @@ typemap_rev = { optional = true, version = "0.3" }
|
|||||||
url = { optional = true, version = "2" }
|
url = { optional = true, version = "2" }
|
||||||
uuid = { features = ["v4"], optional = true, version = "1" }
|
uuid = { features = ["v4"], optional = true, version = "1" }
|
||||||
|
|
||||||
[dependencies.serenity]
|
|
||||||
version = "0.11"
|
|
||||||
default-features = false
|
|
||||||
features = ["voice", "gateway"]
|
|
||||||
optional = true
|
|
||||||
|
|
||||||
[dependencies.serenity-voice-model]
|
|
||||||
version = "0.11"
|
|
||||||
optional = true
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
byteorder = "1"
|
byteorder = "1"
|
||||||
criterion = "0.5"
|
criterion = "0.5"
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ authors = ["my name <my@email.address>"]
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
serenity = { version = "0.12.0-rc", features = ["client", "standard_framework", "voice", "rustls_backend"] }
|
||||||
symphonia = { features = ["aac", "mp3", "isomp4", "alac"], version = "0.5.2" }
|
symphonia = { features = ["aac", "mp3", "isomp4", "alac"], version = "0.5.2" }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = "0.2"
|
tracing-subscriber = "0.2"
|
||||||
@@ -14,10 +15,6 @@ reqwest = "0.11"
|
|||||||
[dependencies.songbird]
|
[dependencies.songbird]
|
||||||
path = "../../../"
|
path = "../../../"
|
||||||
|
|
||||||
[dependencies.serenity]
|
|
||||||
version = "0.11"
|
|
||||||
features = ["client", "standard_framework", "voice", "rustls_backend"]
|
|
||||||
|
|
||||||
[dependencies.tokio]
|
[dependencies.tokio]
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
features = ["macros", "rt-multi-thread", "signal"]
|
features = ["macros", "rt-multi-thread", "signal"]
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ authors = ["my name <my@email.address>"]
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
serenity = { version = "0.12.0-rc", features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"] }
|
||||||
symphonia = { features = ["mp3"], version = "0.5.2" }
|
symphonia = { features = ["mp3"], version = "0.5.2" }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = "0.2"
|
tracing-subscriber = "0.2"
|
||||||
@@ -13,10 +14,6 @@ tracing-futures = "0.2"
|
|||||||
[dependencies.songbird]
|
[dependencies.songbird]
|
||||||
path = "../../../"
|
path = "../../../"
|
||||||
|
|
||||||
[dependencies.serenity]
|
|
||||||
version = "0.11"
|
|
||||||
features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"]
|
|
||||||
|
|
||||||
[dependencies.tokio]
|
[dependencies.tokio]
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
features = ["macros", "rt-multi-thread"]
|
features = ["macros", "rt-multi-thread"]
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
reqwest = "0.11"
|
reqwest = "0.11"
|
||||||
|
serenity = { version = "0.12.0-rc", features = ["client", "standard_framework", "voice", "rustls_backend"] }
|
||||||
symphonia = { features = ["aac", "mp3", "isomp4", "alac"], version = "0.5.2" }
|
symphonia = { features = ["aac", "mp3", "isomp4", "alac"], version = "0.5.2" }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = "0.2"
|
tracing-subscriber = "0.2"
|
||||||
@@ -15,10 +16,6 @@ tracing-futures = "0.2"
|
|||||||
features = ["builtin-queue"]
|
features = ["builtin-queue"]
|
||||||
path = "../../../"
|
path = "../../../"
|
||||||
|
|
||||||
[dependencies.serenity]
|
|
||||||
version = "0.11"
|
|
||||||
features = ["cache", "standard_framework", "voice", "rustls_backend"]
|
|
||||||
|
|
||||||
[dependencies.tokio]
|
[dependencies.tokio]
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
features = ["macros", "rt-multi-thread", "signal"]
|
features = ["macros", "rt-multi-thread", "signal"]
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dashmap = "5"
|
dashmap = "5"
|
||||||
|
serenity = { version = "0.12.0-rc", features = ["client", "standard_framework", "voice", "rustls_backend"] }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = "0.2"
|
tracing-subscriber = "0.2"
|
||||||
tracing-futures = "0.2"
|
tracing-futures = "0.2"
|
||||||
@@ -14,10 +15,6 @@ tracing-futures = "0.2"
|
|||||||
features = ["receive"]
|
features = ["receive"]
|
||||||
path = "../../../"
|
path = "../../../"
|
||||||
|
|
||||||
[dependencies.serenity]
|
|
||||||
version = "0.11"
|
|
||||||
features = ["client", "standard_framework", "voice", "rustls_backend"]
|
|
||||||
|
|
||||||
[dependencies.tokio]
|
[dependencies.tokio]
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
features = ["macros", "rt-multi-thread"]
|
features = ["macros", "rt-multi-thread"]
|
||||||
|
|||||||
Reference in New Issue
Block a user