Commit 4427a85 1 parent 99a38ae commit 4427a85 Copy full SHA for 4427a85
File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,23 @@ http = ["dep:serenity"]
18
18
bot_cache = [" serenity/cache" ]
19
19
20
20
[dependencies ]
21
- bevy_app = " ^0.13.2"
22
- bevy_ecs = " ^0.13.2"
23
- serenity = { version = " ^0.12.2" , features = [
21
+ bevy_app = " 0.13"
22
+ bevy_ecs = " 0.13"
23
+ flume = " 0.11"
24
+ serenity = { version = " 0.12" , features = [
24
25
" gateway" ,
25
26
" framework" ,
26
27
" model" ,
27
28
], optional = true }
28
- reqwest = { version = " ^0.12.5" , features = [
29
+ paste = " 1"
30
+ reqwest = { version = " 0.12" , default-features = false , features = [
29
31
" json" ,
30
32
" rustls-tls" ,
31
33
], optional = true }
32
- serde = { version = " ^1.0.203" , features = [" derive" ], optional = true }
33
- serde_json = { version = " ^1.0.117" , optional = true }
34
- tracing = " ^0.1.40"
35
- tokio = { version = " ^1.38.0" , features = [" rt-multi-thread" , " rt" ] }
36
- paste = " 1.0.15"
37
- flume = " ^0.11.0"
34
+ serde = { version = " 1" , features = [" derive" ], optional = true }
35
+ serde_json = { version = " 1" , optional = true }
36
+ tracing = " 0.1"
37
+ tokio = { version = " 1" , features = [" rt-multi-thread" , " rt" ] }
38
38
39
39
[package .metadata .docs .rs ]
40
40
all-features = true
You can’t perform that action at this time.
0 commit comments