Skip to content

Commit b176441

Browse files
chore(deps): bump tokio from 1.44.1 to 1.44.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8321498 commit b176441

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2265,9 +2265,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
22652265

22662266
[[package]]
22672267
name = "tokio"
2268-
version = "1.44.1"
2268+
version = "1.44.2"
22692269
source = "registry+https://github.com/rust-lang/crates.io-index"
2270-
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
2270+
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
22712271
dependencies = [
22722272
"backtrace",
22732273
"bytes",

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ reqwest = { version = "0.12.12", features = [
2626
askama = "0.12.1"
2727
async-openai = "0.27"
2828
git2 = "0.20"
29-
tokio = { version = "1.43.0", features = ["full"] }
29+
tokio = { version = "1.44.2", features = ["full"] }
3030
serde = { version = "1.0", features = ["derive"] }
3131
serde_json = "1.0"
3232
log = "0.4"

0 commit comments

Comments
 (0)