a bare-bones limbo server in rust (mirror of https://github.com/xoogware/crawlspace)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #9 from xoogware/dependabot/cargo/tokio-1.43.1

chore(deps): bump tokio from 1.41.1 to 1.43.1

authored by brwr.dev and committed by

GitHub 3de70d33 2183d648

+7 -7
+6 -6
Cargo.lock
··· 568 568 569 569 [[package]] 570 570 name = "libc" 571 - version = "0.2.162" 571 + version = "0.2.174" 572 572 source = "registry+https://github.com/rust-lang/crates.io-index" 573 - checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" 573 + checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" 574 574 575 575 [[package]] 576 576 name = "libredox" ··· 1113 1113 1114 1114 [[package]] 1115 1115 name = "tokio" 1116 - version = "1.41.1" 1116 + version = "1.43.1" 1117 1117 source = "registry+https://github.com/rust-lang/crates.io-index" 1118 - checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" 1118 + checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" 1119 1119 dependencies = [ 1120 1120 "backtrace", 1121 1121 "bytes", ··· 1131 1131 1132 1132 [[package]] 1133 1133 name = "tokio-macros" 1134 - version = "2.4.0" 1134 + version = "2.5.0" 1135 1135 source = "registry+https://github.com/rust-lang/crates.io-index" 1136 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 1136 + checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 1137 1137 dependencies = [ 1138 1138 "proc-macro2", 1139 1139 "quote",
+1 -1
Cargo.toml
··· 38 38 serde_json = "1.0.132" 39 39 sha2 = "0.10.8" 40 40 thiserror = "1.0.65" 41 - tokio = { version = "1.41.0", features = ["full"] } 41 + tokio = { version = "1.43.1", features = ["full"] } 42 42 tokio-util = "0.7.12" 43 43 tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_info"] } 44 44 tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }