Skip to content

Commit 5e1007d

Browse files
authored
Merge pull request #5 from Meowchestra/update-cargo
Update Cargo Dependencies
2 parents 64d02b5 + a9e5a06 commit 5e1007d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

deucalion-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ keywords = ["ffxiv", "windows", "dll-injection", "dll"]
1313

1414
[dependencies]
1515
deucalion = { path = "../deucalion" }
16-
tokio = { version = "1.38.0", features = ["io-util", "sync", "rt"] }
17-
tokio-util = { version = "0.7.11", features = ["codec", "compat"] }
16+
tokio = { version = "1.44.1", features = ["io-util", "sync", "rt"] }
17+
tokio-util = { version = "0.7.14", features = ["codec", "compat"] }
1818
tokio-retry = "0.3"
1919
futures = "0.3"
2020
dll-syringe = { git = "https://github.com/OpenByteDev/dll-syringe", rev = "c8762b1" }

deucalion-extras/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ keywords = ["ffxiv", "windows", "dll-injection", "dll"]
1313

1414
[dependencies]
1515
deucalion = { path = "../deucalion" }
16-
tokio = { version = "1.38.0", features = ["rt", "macros"] }
17-
tokio-util = { version = "0.7.11", features = ["codec", "compat"] }
16+
tokio = { version = "1.44.1", features = ["rt", "macros"] }
17+
tokio-util = { version = "0.7.14", features = ["codec", "compat"] }
1818
futures = "0.3"
1919
anyhow = "1.0"
2020
log = "0.4"

deucalion/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ name = "deucalion"
2525
crate-type = ["rlib", "dylib"]
2626

2727
[dependencies]
28-
tokio = { version = "1.38.0", features = [
28+
tokio = { version = "1.44.1", features = [
2929
"io-util",
3030
"sync",
3131
"rt",
@@ -34,7 +34,7 @@ tokio = { version = "1.38.0", features = [
3434
"time",
3535
"macros",
3636
] }
37-
tokio-util = { version = "0.7.11", features = ["codec", "compat"] }
37+
tokio-util = { version = "0.7.14", features = ["codec", "compat"] }
3838
futures = "0.3"
3939
anyhow = "1.0"
4040
thiserror = "1.0"
@@ -46,8 +46,8 @@ retour = { version = "0.3", features = ["static-detour"] }
4646
parking_lot = "0.12"
4747
pelite = "0.10"
4848
memchr = "2"
49-
once_cell = "1.19"
50-
binary-layout = "3.2"
49+
once_cell = "1.21"
50+
binary-layout = "3.3"
5151
dirs = "5.0"
5252
strum = "0.26"
5353
strum_macros = "0.26"

0 commit comments

Comments
 (0)