File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2265,9 +2265,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2265
2265
2266
2266
[[package ]]
2267
2267
name = " tokio"
2268
- version = " 1.44.1 "
2268
+ version = " 1.44.2 "
2269
2269
source = " registry+https://github.com/rust-lang/crates.io-index"
2270
- checksum = " f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a "
2270
+ checksum = " e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48 "
2271
2271
dependencies = [
2272
2272
" backtrace" ,
2273
2273
" bytes" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ reqwest = { version = "0.12.12", features = [
26
26
askama = " 0.12.1"
27
27
async-openai = " 0.27"
28
28
git2 = " 0.20"
29
- tokio = { version = " 1.43.0 " , features = [" full" ] }
29
+ tokio = { version = " 1.44.2 " , features = [" full" ] }
30
30
serde = { version = " 1.0" , features = [" derive" ] }
31
31
serde_json = " 1.0"
32
32
log = " 0.4"
You can’t perform that action at this time.
0 commit comments