File tree 5 files changed +100
-52
lines changed
5 files changed +100
-52
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ categories = ["games"]
10
10
maintenance = { status = " experimental" }
11
11
12
12
[dependencies ]
13
- argon2 = " 0.4.1 "
13
+ argon2 = " 0.5.3 "
14
14
anyhow = " 1.0.71"
15
15
cgmath = " 0.18.0"
16
16
clap = { version = " 4.3.0" , features = [" derive" ] }
@@ -24,7 +24,7 @@ image = "0.25.1"
24
24
line_drawing = " 1.0.0"
25
25
log = " 0.4.17"
26
26
microbench = " 0.5.0"
27
- opaque-ke = { version = " 2 .0.0" , features = [" argon2" ] }
27
+ opaque-ke = { version = " 3 .0.0-pre.5 " , features = [" argon2" ] }
28
28
parking_lot = " 0.12.1"
29
29
rand = " 0.8.5"
30
30
rustc-hash = " 2.0.0"
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ maintenance = { status = "experimental" }
10
10
11
11
[dependencies ]
12
12
anyhow = " 1.0.70"
13
- argon2 = " 0.4.1 "
13
+ argon2 = " 0.5.3 "
14
14
bitvec = " 1.0.1"
15
15
bytemuck = { version = " 1.16.1" , features = [" derive" ] }
16
16
cgmath = " 0.18.0"
17
- opaque-ke = { version = " 2 .0.0" , features = [" argon2" ] }
17
+ opaque-ke = { version = " 3 .0.0-pre.5 " , features = [" argon2" ] }
18
18
parking_lot = " 0.12.1"
19
19
prost = " 0.13.1"
20
20
prost-types = " 0.13.1"
Original file line number Diff line number Diff line change @@ -352,6 +352,10 @@ message StartAuth {
352
352
// * MVP of entity kinematics w/ pending move queues
353
353
// * Entity definition with meshes
354
354
// * Checkboxes in popups
355
+ // 5 - circa 2024-09-01 onward
356
+ // * Audio (sampled sounds, entity sounds without per-entity-class details)
357
+ // * TLS supported
358
+ // * opaque_ke bump to v3
355
359
uint32 min_protocol_version = 4 ;
356
360
uint32 max_protocol_version = 5 ;
357
361
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ itertools = "0.13.0"
25
25
lazy_static = " 1.4.0"
26
26
log = " 0.4.17"
27
27
microbench = " 0.5.0"
28
- opaque-ke = { version = " 2 .0.0" , features = [" argon2" ] }
28
+ opaque-ke = { version = " 3 .0.0-pre.5 " , features = [" argon2" ] }
29
29
parking_lot = { version = " 0.12.1" }
30
30
prost = " 0.13.1"
31
31
rand = " 0.8.5"
You can’t perform that action at this time.
0 commit comments