Skip to content

Commit

Permalink
Update package versions (#258)
Browse files Browse the repository at this point in the history
* try a fix

* add nam

* Update

* Update

* My bad

* Update

* Delete unmaintained changelog

* Delete .github/dependabot.yml

* fix error
  • Loading branch information
larziwau authored Dec 7, 2024
1 parent 43e3de8 commit 457323e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 40 deletions.
26 changes: 0 additions & 26 deletions .github/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "dankmeme.globed2",
"name": "Globed",
"developer": "dankmeme",
"geode": "4.0.1",
"geode": "4.1.0",
"version": "v1.7.2",
"gd": {
"win": "2.2074",
Expand Down Expand Up @@ -68,4 +68,4 @@
"resources/sounds/*.ogg"
]
}
}
}
2 changes: 1 addition & 1 deletion server/central/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ipnet = "2.10.1"
iprange = "0.6.7"
serde = { version = "1.0.215", features = ["serde_derive"] }
serde_json = "1.0.133"
tokio = { version = "1.41.1", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
json_comments = "0.2.2"
rocket = { version = "0.5.1", features = ["json"] }
rocket_db_pools = { version = "0.2.0", features = ["sqlx_sqlite"] }
Expand Down
7 changes: 0 additions & 7 deletions server/changelog.md

This file was deleted.

4 changes: 2 additions & 2 deletions server/game/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ serde_json = "1.0.133"
futures-util = "0.3.31"
console-subscriber = { version = "0.4.1", features = ["parking_lot"] }

# tokio_tracing = { package = "tokio", version = "1.41.1", features = [
# tokio_tracing = { package = "tokio", version = "1.42.0", features = [
# "full",
# "tracing",
# ], optional = true }
tokio = { version = "1.41.1", features = ["full"], optional = true }
tokio = { version = "1.42.0", features = ["full"], optional = true }
aho-corasick = "1.1.3"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions server/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2024"
esp = { path = "../esp" }
globed-derive = { path = "../derive" }

anyhow = "1.0.93"
anyhow = "1.0.94"
base64 = "0.22.1"
colored = "2.1.0"
crypto_box = { version = "0.9.1", features = ["std", "chacha20"] }
Expand All @@ -20,7 +20,7 @@ reqwest = { version = "0.12.9", default-features = false, features = [
"rustls-tls",
] }
sha2 = "0.11.0-pre.4"
time = { version = "0.3.36", features = ["formatting"] }
time = { version = "0.3.37", features = ["formatting"] }
serde = { version = "1.0.215", features = ["derive"] }
crypto_secretbox = { version = "0.1.1", features = ["chacha20"] }
serde_json = "1.0.133"
Expand Down

0 comments on commit 457323e

Please sign in to comment.