@@ -48,6 +48,7 @@ csv = "1"
4848url = " 2"
4949num = " 0.4"
5050hex = " 0.4"
51+ http = " 1"
5152stfu = " 0.1"
5253time = " 0.3"
5354rand = " 0.9"
@@ -63,11 +64,11 @@ fluent = "0.16"
6364base64 = " 0.22"
6465dashmap = " 6"
6566futures = " 0.3"
66- secrecy = " 0.8 "
67+ secrecy = " 0.10 "
6768num_cpus = " 1"
6869indexmap = " 2"
6970bitflags = " 2"
70- deadpool = " 0.11 "
71+ deadpool = " 0.12 "
7172once_cell = " 1"
7273byteorder = " 1"
7374rmp-serde = " 1"
@@ -86,28 +87,28 @@ dasp_signal = "0.11"
8687serde_derive = " 1"
8788futures-util = " 0.3"
8889intl-memoizer = " 0.5"
89- deadpool-redis = " 0.15 "
90+ deadpool-redis = " 0.20 "
9091futures-channel = " 0.3"
9192small-fixed-array = " 0.4"
9293prometheus-static-metric = " 0.5"
9394
9495# additional config deps
95- axum = { version = " 0.7 " , features = [" json" ] }
96- uuid = { version = " 1" , features = [" rand" , " v4" ] }
97- fern = { version = " 0.6 " , features = [" colored" ] }
96+ axum = { version = " 0.8 " , features = [" json" ] }
97+ uuid = { version = " 1" , features = [" rng- rand" , " v4" ] }
98+ fern = { version = " 0.7 " , features = [" colored" ] }
9899serde = { version = " 1" , features = [" derive" ] }
99- redis = { version = " 0.25 " , features = [" tokio-rustls" ] }
100+ redis = { version = " 0.29 " , features = [" tokio-rustls-comp " ] }
100101tracing = { version = " 0.1" , features = [" log" ] }
101102aes-gcm = { version = " 0.10" , features = [" std" ] }
102103typesize = { version = " 0.1" , features = [" details" ] }
103- prometheus = { version = " 0.13 " , features = [" process" ] }
104+ prometheus = { version = " 0.14 " , features = [" process" ] }
104105audiopus_sys = { version = " 0.2" , features = [" static" ] }
105- tokio-metrics = { version = " 0.3 " , features = [" rt" ] }
106- async-tempfile = { version = " 0.5 " , features = [" uuid" ] }
106+ tokio-metrics = { version = " 0.4 " , features = [" rt" ] }
107+ async-tempfile = { version = " 0.7 " , features = [" uuid" ] }
107108dasp_interpolate = { version = " 0.11" , features = [" linear" ] }
108109tokio = { version = " 1" , features = [" parking_lot" , " signal" , " rt-multi-thread" ] }
109110reqwest = { version = " 0.12" , default-features = false , features = [" json" , " rustls-tls" ] }
110- sqlx = { version = " 0.7 " , features = [" postgres" , " macros" , " migrate" , " runtime-tokio-rustls" , " time" ] }
111+ sqlx = { version = " 0.8 " , features = [" postgres" , " macros" , " migrate" , " runtime-tokio-rustls" , " time" ] }
111112
112113# git deps
113114scripty-common = { git = " https://github.com/scripty-bot/scripty-common" }
@@ -131,12 +132,3 @@ serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next", f
131132 " typesize" ,
132133 " transport_compression_zstd"
133134] }
134-
135-
136- [patch .crates-io ]
137- serenity = { git = " https://github.com/serenity-rs/serenity" , branch = " next" }
138- songbird = { git = " https://github.com/serenity-rs/songbird" , branch = " serenity-next" }
139-
140- [patch .crates-io .serenity-voice-model ]
141- git = " https://github.com/serenity-rs/serenity"
142- branch = " current"
0 commit comments