Skip to content

Commit 65eea1e

Browse files
authored
Merge pull request #7 from AOSC-Dev/dependabot/cargo/tokio-1.43.1
chore(deps): bump tokio from 1.42.0 to 1.43.1
2 parents 596beed + 0fe9ecb commit 65eea1e

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dickens-sodep/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ clap = { version = "4.5.4", features = ["derive"] }
1111
dickens = { version = "0.1.0", path = "../dickens" }
1212
env_logger = "0.11.3"
1313
log = "0.4.21"
14-
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
14+
tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread"] }

dickens-topic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ anyhow = "1.0.81"
1010
clap = { version = "4.5.4", features = ["derive"] }
1111
dickens = { version = "0.1.0", path = "../dickens" }
1212
env_logger = "0.11.3"
13-
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
13+
tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread"] }

dickens/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ reqwest = { version = "0.12.2", features = ["json"] }
1313
sha2 = "0.10.8"
1414
size = "0.4.1"
1515
solver = { git = "https://github.com/AOSC-Dev/abbs-meta-rs.git", version = "0.1.0" }
16-
tokio = { version = "1.37.0", features = ["rt", "fs"] }
16+
tokio = { version = "1.43.1", features = ["rt", "fs"] }
1717
faster-hex = "0.10.0"

0 commit comments

Comments
 (0)