@@ -25,39 +25,39 @@ actix-ws = "0.3.0"
2525argon2 = { version = " 0.5.3" , features = [" std" ] }
2626ariadne = { path = " packages/ariadne" }
2727async_zip = " 0.0.17"
28- async-compression = { version = " 0.4.25 " , default-features = false }
28+ async-compression = { version = " 0.4.27 " , default-features = false }
2929async-recursion = " 1.1.1"
3030async-stripe = { version = " 0.41.0" , default-features = false , features = [
3131 " runtime-tokio-hyper-rustls" ,
3232] }
3333async-trait = " 0.1.88"
34- async-tungstenite = { version = " 0.29.1 " , default-features = false , features = [
34+ async-tungstenite = { version = " 0.30.0 " , default-features = false , features = [
3535 " futures-03-sink" ,
3636] }
3737async-walkdir = " 2.1.0"
3838base64 = " 0.22.1"
3939bitflags = " 2.9.1"
40- bytemuck = " 1.23.0 "
40+ bytemuck = " 1.23.1 "
4141bytes = " 1.10.1"
4242censor = " 0.3.0"
4343chardetng = " 0.1.17"
4444chrono = " 0.4.41"
45- clap = " 4.5.40 "
45+ clap = " 4.5.43 "
4646clickhouse = " 0.13.3"
4747color-thief = " 0.2.2"
4848console-subscriber = " 0.4.1"
4949daedalus = { path = " packages/daedalus" }
5050dashmap = " 6.1.0"
5151data-url = " 0.3.1"
52- deadpool-redis = " 0.21.1 "
52+ deadpool-redis = " 0.22.0 "
5353dirs = " 6.0.0"
5454discord-rich-presence = " 0.2.5"
5555dotenv-build = " 0.1.1"
5656dotenvy = " 0.15.7"
5757dunce = " 1.0.5"
5858either = " 1.15.0"
5959encoding_rs = " 0.8.35"
60- enumset = " 1.1.6 "
60+ enumset = " 1.1.7 "
6161flate2 = " 1.1.2"
6262fs4 = { version = " 0.13.1" , default-features = false }
6363futures = { version = " 0.3.31" , default-features = false }
@@ -74,15 +74,15 @@ hyper-rustls = { version = "0.27.7", default-features = false, features = [
7474 " ring" ,
7575 " tls12" ,
7676] }
77- hyper-util = " 0.1.14 "
77+ hyper-util = " 0.1.16 "
7878iana-time-zone = " 0.1.63"
7979image = { version = " 0.25.6" , default-features = false , features = [" rayon" ] }
80- indexmap = " 2.9 .0"
81- indicatif = " 0.17.11 "
80+ indexmap = " 2.10 .0"
81+ indicatif = " 0.18.0 "
8282itertools = " 0.14.0"
83- jemalloc_pprof = " 0.7.0 "
83+ jemalloc_pprof = " 0.8.1 "
8484json-patch = { version = " 4.0.0" , default-features = false }
85- lettre = { version = " 0.11.17 " , default-features = false , features = [
85+ lettre = { version = " 0.11.18 " , default-features = false , features = [
8686 " builder" ,
8787 " hostname" ,
8888 " pool" ,
@@ -92,24 +92,24 @@ lettre = { version = "0.11.17", default-features = false, features = [
9292 " smtp-transport" ,
9393] }
9494maxminddb = " 0.26.0"
95- meilisearch-sdk = { version = " 0.28.0 " , default-features = false }
95+ meilisearch-sdk = { version = " 0.29.1 " , default-features = false }
9696murmur2 = " 0.1.0"
9797native-dialog = " 0.9.0"
98- notify = { version = " 8.0 .0" , default-features = false }
99- notify-debouncer-mini = { version = " 0.6 .0" , default-features = false }
98+ notify = { version = " 8.2 .0" , default-features = false }
99+ notify-debouncer-mini = { version = " 0.7 .0" , default-features = false }
100100p256 = " 0.13.2"
101101paste = " 1.0.15"
102102phf = { version = " 0.12.1" , features = [" macros" ] }
103103png = " 0.17.16"
104104prometheus = " 0.14.0"
105105quartz_nbt = " 0.2.9"
106- quick-xml = " 0.37.5 "
106+ quick-xml = " 0.38.1 "
107107rand = " =0.8.5" # Locked on 0.8 until argon2 and p256 update to 0.9
108108rand_chacha = " =0.3.1" # Locked on 0.3 until we can update rand to 0.9
109- redis = " =0.31.0 " # Locked on 0.31 until deadpool-redis updates to 0.32
109+ redis = " 0.32.4 "
110110regex = " 1.11.1"
111- reqwest = { version = " 0.12.20 " , default-features = false }
112- rgb = " 0.8.50 "
111+ reqwest = { version = " 0.12.22 " , default-features = false }
112+ rgb = " 0.8.52 "
113113rust_decimal = { version = " 1.37.2" , features = [
114114 " serde-with-float" ,
115115 " serde-with-str" ,
@@ -121,53 +121,53 @@ rust-s3 = { version = "0.35.1", default-features = false, features = [
121121 " tokio-rustls-tls" ,
122122] }
123123rusty-money = " 0.4.1"
124- sentry = { version = " 0.41 .0" , default-features = false , features = [
124+ sentry = { version = " 0.42 .0" , default-features = false , features = [
125125 " backtrace" ,
126126 " contexts" ,
127127 " debug-images" ,
128128 " panic" ,
129129 " reqwest" ,
130130 " rustls" ,
131131] }
132- sentry-actix = " 0.41 .0"
132+ sentry-actix = " 0.42 .0"
133133serde = " 1.0.219"
134134serde_bytes = " 0.11.17"
135135serde_cbor = " 0.11.2"
136136serde_ini = " 0.2.0"
137- serde_json = " 1.0.140 "
138- serde_with = " 3.13 .0"
137+ serde_json = " 1.0.142 "
138+ serde_with = " 3.14 .0"
139139serde-xml-rs = " 0.8.1" # Also an XML (de)serializer, consider dropping yaserde in favor of this
140140sha1 = " 0.10.6"
141141sha1_smol = { version = " 1.0.1" , features = [" std" ] }
142142sha2 = " 0.10.9"
143- spdx = " 0.10.8 "
143+ spdx = " 0.10.9 "
144144sqlx = { version = " 0.8.6" , default-features = false }
145- sysinfo = { version = " 0.35.2 " , default-features = false }
145+ sysinfo = { version = " 0.36.1 " , default-features = false }
146146tar = " 0.4.44"
147- tauri = " 2.6.1 "
148- tauri-build = " 2.3.0 "
149- tauri-plugin-deep-link = " 2.4.0 "
150- tauri-plugin-dialog = " 2.3.0 "
151- tauri-plugin-http = " 2.5.0 "
147+ tauri = " 2.7.0 "
148+ tauri-build = " 2.3.1 "
149+ tauri-plugin-deep-link = " 2.4.1 "
150+ tauri-plugin-dialog = " 2.3.2 "
151+ tauri-plugin-http = " 2.5.1 "
152152tauri-plugin-opener = " 2.4.0"
153153tauri-plugin-os = " 2.3.0"
154- tauri-plugin-single-instance = " 2.3.0 "
154+ tauri-plugin-single-instance = " 2.3.2 "
155155tauri-plugin-updater = { version = " 2.9.0" , default-features = false , features = [
156156 " rustls-tls" ,
157157 " zip" ,
158158] }
159- tauri-plugin-window-state = " 2.3 .0"
159+ tauri-plugin-window-state = " 2.4 .0"
160160tempfile = " 3.20.0"
161161theseus = { path = " packages/app-lib" }
162162thiserror = " 2.0.12"
163163tikv-jemalloc-ctl = " 0.6.0"
164164tikv-jemallocator = " 0.6.0"
165- tokio = " 1.45 .1"
165+ tokio = " 1.47 .1"
166166tokio-stream = " 0.1.17"
167- tokio-util = " 0.7.15 "
167+ tokio-util = " 0.7.16 "
168168totp-rs = " 5.7.0"
169169tracing = " 0.1.41"
170- tracing-actix-web = " 0.7.18 "
170+ tracing-actix-web = " 0.7.19 "
171171tracing-error = " 0.2.1"
172172tracing-subscriber = " 0.3.19"
173173url = " 2.5.4"
@@ -179,7 +179,7 @@ whoami = "1.6.0"
179179winreg = " 0.55.0"
180180woothee = " 0.13.0"
181181yaserde = " 0.12.0"
182- zip = { version = " 4.2 .0" , default-features = false , features = [
182+ zip = { version = " 4.3 .0" , default-features = false , features = [
183183 " bzip2" ,
184184 " deflate" ,
185185 " deflate64" ,
@@ -226,7 +226,7 @@ wildcard_dependencies = "warn"
226226warnings = " deny"
227227
228228[patch .crates-io ]
229- wry = { git = " https://github.com/modrinth/wry" , rev = " 21db186 " }
229+ wry = { git = " https://github.com/modrinth/wry" , rev = " f2ce0b0 " }
230230
231231# Optimize for speed and reduce size on release builds
232232[profile .release ]
0 commit comments