bump deps & rust edition
This commit is contained in:
+8
-8
@@ -1,6 +1,6 @@
|
||||
[workspace]
|
||||
members = ["gameserver", "proto", "sdkserver"]
|
||||
resolver = "2"
|
||||
resolver = "3"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
@@ -11,13 +11,13 @@ ansi_term = "0.12.1"
|
||||
atomic_refcell = "0.1.13"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
axum = "0.7.4"
|
||||
axum-server = "0.6.0"
|
||||
axum = "0.8.1"
|
||||
axum-server = "0.7.1"
|
||||
|
||||
env_logger = "0.11.3"
|
||||
|
||||
rbase64 = "2.0.3"
|
||||
rand = "0.8.5"
|
||||
rand = "0.9.0"
|
||||
rsa = { version = "0.9.6", features = [
|
||||
"sha1",
|
||||
"nightly",
|
||||
@@ -26,12 +26,12 @@ rsa = { version = "0.9.6", features = [
|
||||
"sha2",
|
||||
] }
|
||||
|
||||
prost = "0.12.3"
|
||||
prost-types = "0.12.3"
|
||||
prost-build = "0.12.3"
|
||||
prost = "0.13.5"
|
||||
prost-types = "0.13.5"
|
||||
prost-build = "0.13.5"
|
||||
|
||||
paste = "1.0.14"
|
||||
sysinfo = "0.30.7"
|
||||
sysinfo = "0.33.1"
|
||||
|
||||
hex = "0.4.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user