-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update server CI, dependencies and change to Rust 2024 edition (#256)
* Reformat * Update server CI * Remove since not needed (gives error if exists) * Remove unused import * Remove * WIP * Done * Update async-watcher requirement from 0.2.1 to 0.3.0 in /server Updates the requirements on [async-watcher](https://github.com/justinrubek/async-watcher) to permit the latest version. - [Release notes](https://github.com/justinrubek/async-watcher/releases) - [Changelog](https://github.com/justinrubek/async-watcher/blob/main/CHANGELOG.md) - [Commits](justinrubek/async-watcher@0.2.1...0.3.0) --- updated-dependencies: - dependency-name: async-watcher dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update console-subscriber requirement in /server/game Updates the requirements on [console-subscriber](https://github.com/tokio-rs/console) to permit the latest version. - [Release notes](https://github.com/tokio-rs/console/releases) - [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml) - [Commits](tokio-rs/console@console-subscriber-v0.2.0...console-subscriber-v0.4.1) --- updated-dependencies: - dependency-name: console-subscriber dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update rustc-hash requirement from 1.1.0 to 2.0.0 in /server Updates the requirements on [rustc-hash](https://github.com/rust-lang/rustc-hash) to permit the latest version. - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](rust-lang/rustc-hash@v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: rustc-hash dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update rocket_db_pools requirement from 0.1.0 to 0.2.0 in /server Updates the requirements on [rocket_db_pools](https://github.com/rwf2/Rocket) to permit the latest version. - [Release notes](https://github.com/rwf2/Rocket/releases) - [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md) - [Commits](rwf2/Rocket@v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: rocket_db_pools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update egui requirement from 0.27.2 to 0.29.1 in /server/observer Updates the requirements on [egui](https://github.com/emilk/egui) to permit the latest version. - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md) - [Commits](emilk/egui@0.27.2...0.29.1) --- updated-dependencies: - dependency-name: egui dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update base64 requirement from 0.21.7 to 0.22.1 in /server/shared Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update Cargo.toml * Update CMakeLists * oops * fix? * Update libs * update * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * Update Cargo.toml * try fxi * fix * Update fast_string.rs * Update fast_string.rs * should work now * pls work * PLEASE WORK. * oopsiees * should workkk nowwwww * oops * fixes * naother fix * Update lib.rs * Update socket.rs * Update unauthorized.rs * fix * Update socket.rs * Update unauthorized.rs * Update unauthorized.rs * Update socket.rs * Update Cargo.toml * i suck * warning fix * fix warn * fix warning * Update unauthorized.rs * Update room.rs * Update channel.rs * Update channel.rs * Update lockfreemutcell.rs * unsure abt this one * fix * fix * [skip ci] comment fix * fixup * Update lockfreemutcell.rs * Update thread.rs * Update unauthorized.rs * Update server.rs * Update lockfreemutcell.rs * Update lockfreemutcell.rs * unsafe fixes * Update channel.rs * my bad * Update game_pinger.rs * rand fix * done lol * undo the unsafe changes and remove other thing * fix minor issues and bump deps * fix KeyInit compile errors * fix clippy warnings --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dankmeme01 <[email protected]>
- Loading branch information
1 parent
58d14ec
commit 5d25494
Showing
33 changed files
with
171 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "cargo" | ||
directory: "/server/central" | ||
schedule: | ||
interval: "daily" | ||
- package-ecosystem: "cargo" | ||
directory: "/server/derive" | ||
schedule: | ||
interval: "daily" | ||
- package-ecosystem: "cargo" | ||
directory: "/server/esp" | ||
schedule: | ||
interval: "daily" | ||
- package-ecosystem: "cargo" | ||
directory: "/server/game" | ||
schedule: | ||
interval: "daily" | ||
- package-ecosystem: "cargo" | ||
directory: "/server/shared" | ||
schedule: | ||
interval: "daily" | ||
- package-ecosystem: "cargo" | ||
directory: "/server" | ||
schedule: | ||
interval: "daily" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
[package] | ||
name = "globed-central-server" | ||
version = "1.4.0" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
edition = "2024" | ||
|
||
[dependencies] | ||
globed-shared = { path = "../shared" } | ||
|
||
async-watcher = "0.2.1" | ||
blake2 = "0.10.6" | ||
digest = "0.10.7" | ||
ipnet = "2.9.0" | ||
async-watcher = "0.3.0" | ||
blake2 = "0.11.0-pre.4" | ||
digest = "0.11.0-pre.9" | ||
ipnet = "2.10.1" | ||
iprange = "0.6.7" | ||
serde = { version = "1.0.202", features = ["serde_derive"] } | ||
serde_json = "1.0.117" | ||
tokio = { version = "1.37.0", features = ["full"] } | ||
serde = { version = "1.0.215", features = ["serde_derive"] } | ||
serde_json = "1.0.133" | ||
tokio = { version = "1.41.1", features = ["full"] } | ||
json_comments = "0.2.2" | ||
rocket = { version = "0.5.0", features = ["json"] } | ||
rocket_db_pools = { version = "0.1.0", features = ["sqlx_sqlite"] } | ||
sqlx = { version = "0.7.4", features = ["migrate"] } | ||
rocket = { version = "0.5.1", features = ["json"] } | ||
rocket_db_pools = { version = "0.2.0", features = ["sqlx_sqlite"] } | ||
sqlx = { version = "^0.7.0", features = [ # TODO: rocket_db_pools is broken in sqlx 0.8.x | ||
"migrate", | ||
"runtime-tokio-rustls", | ||
] } | ||
rocket_cors = "0.6.0" | ||
const_format = "0.2.32" | ||
const_format = "0.2.33" | ||
hex = "0.4.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
[package] | ||
name = "globed-derive" | ||
version = "1.0.0" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
edition = "2024" | ||
|
||
[lib] | ||
proc-macro = true | ||
|
||
[dependencies] | ||
darling = "0.20.9" | ||
proc-macro2 = "1.0.82" | ||
quote = "1.0.36" | ||
syn = { version = "2.0.63", features = ["full"] } | ||
darling = "0.20.10" | ||
proc-macro2 = "1.0.92" | ||
quote = "1.0.37" | ||
syn = { version = "2.0.90", features = ["full"] } |
Oops, something went wrong.