mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 04:16:11 +01:00
fix: upgraded deps
This commit is contained in:
1192
Cargo.lock
generated
1192
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lyra"
|
name = "lyra"
|
||||||
version = "0.10.6"
|
version = "0.10.7"
|
||||||
authors = ["Michał Czyż <mike@c2yz.com>"]
|
authors = ["Michał Czyż <mike@c2yz.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A featureful Discord bot written in Rust."
|
description = "A featureful Discord bot written in Rust."
|
||||||
@@ -23,7 +23,7 @@ regex = "1.10.6"
|
|||||||
reqwest = { version = "0.11.27", features = ["json"] }
|
reqwest = { version = "0.11.27", features = ["json"] }
|
||||||
serde = { version = "1.0.204", features = ["derive"] }
|
serde = { version = "1.0.204", features = ["derive"] }
|
||||||
serde_json = "1.0.122"
|
serde_json = "1.0.122"
|
||||||
songbird = { version = "~0.4.3", default-features = true, features = [
|
songbird = { version = "0.4.6", default-features = true, features = [
|
||||||
"builtin-queue",
|
"builtin-queue",
|
||||||
], git = "https://github.com/eRgo35/songbird" }
|
], git = "https://github.com/eRgo35/songbird" }
|
||||||
serenity = { default-features = true, features = [
|
serenity = { default-features = true, features = [
|
||||||
|
|||||||
Reference in New Issue
Block a user