The code and data behind xeiaso.net
5
fork

Configure Feed

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

build(deps): bump tokio from 1.1.0 to 1.2.0 (#319)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.1.0...tokio-1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

authored by

dependabot-preview[bot]
dependabot-preview[bot]
and committed by
GitHub
69c64386 2fc9d3a8

+17 -17
+17 -17
Cargo.lock
··· 240 240 "serde", 241 241 "serde_json", 242 242 "thiserror", 243 - "tokio 1.1.0", 243 + "tokio 1.2.0", 244 244 "tracing", 245 245 "tracing-futures", 246 246 ] ··· 757 757 "http", 758 758 "indexmap", 759 759 "slab", 760 - "tokio 1.1.0", 760 + "tokio 1.2.0", 761 761 "tokio-util 0.6.2", 762 762 "tracing", 763 763 "tracing-futures", ··· 909 909 "itoa", 910 910 "pin-project 1.0.4", 911 911 "socket2", 912 - "tokio 1.1.0", 912 + "tokio 1.2.0", 913 913 "tower-service", 914 914 "tracing", 915 915 "want", ··· 937 937 "bytes 1.0.0", 938 938 "hyper 0.14.2", 939 939 "native-tls", 940 - "tokio 1.1.0", 940 + "tokio 1.2.0", 941 941 "tokio-native-tls", 942 942 ] 943 943 ··· 1145 1145 "serde", 1146 1146 "serde_json", 1147 1147 "thiserror", 1148 - "tokio 1.1.0", 1148 + "tokio 1.2.0", 1149 1149 "tracing", 1150 1150 "tracing-futures", 1151 1151 ] ··· 1425 1425 "serde", 1426 1426 "serde_json", 1427 1427 "thiserror", 1428 - "tokio 1.1.0", 1428 + "tokio 1.2.0", 1429 1429 "tracing", 1430 1430 "tracing-futures", 1431 1431 ] ··· 1855 1855 "serde", 1856 1856 "serde_json", 1857 1857 "serde_urlencoded", 1858 - "tokio 1.1.0", 1858 + "tokio 1.2.0", 1859 1859 "tokio-native-tls", 1860 1860 "url", 1861 1861 "wasm-bindgen", ··· 2252 2252 2253 2253 [[package]] 2254 2254 name = "tokio" 2255 - version = "1.1.0" 2255 + version = "1.2.0" 2256 2256 source = "registry+https://github.com/rust-lang/crates.io-index" 2257 - checksum = "8efab2086f17abcddb8f756117665c958feee6b2e39974c2f1600592ab3a4195" 2257 + checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a" 2258 2258 dependencies = [ 2259 2259 "autocfg", 2260 2260 "bytes 1.0.0", ··· 2272 2272 2273 2273 [[package]] 2274 2274 name = "tokio-macros" 2275 - version = "1.0.0" 2275 + version = "1.1.0" 2276 2276 source = "registry+https://github.com/rust-lang/crates.io-index" 2277 - checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494" 2277 + checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57" 2278 2278 dependencies = [ 2279 2279 "proc-macro2", 2280 2280 "quote", ··· 2288 2288 checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 2289 2289 dependencies = [ 2290 2290 "native-tls", 2291 - "tokio 1.1.0", 2291 + "tokio 1.2.0", 2292 2292 ] 2293 2293 2294 2294 [[package]] ··· 2299 2299 dependencies = [ 2300 2300 "futures-core", 2301 2301 "pin-project-lite 0.2.3", 2302 - "tokio 1.1.0", 2302 + "tokio 1.2.0", 2303 2303 ] 2304 2304 2305 2305 [[package]] ··· 2321 2321 "futures-util", 2322 2322 "log", 2323 2323 "pin-project 1.0.4", 2324 - "tokio 1.1.0", 2324 + "tokio 1.2.0", 2325 2325 "tungstenite", 2326 2326 ] 2327 2327 ··· 2351 2351 "futures-sink", 2352 2352 "log", 2353 2353 "pin-project-lite 0.2.3", 2354 - "tokio 1.1.0", 2354 + "tokio 1.2.0", 2355 2355 "tokio-stream", 2356 2356 ] 2357 2357 ··· 2647 2647 "serde", 2648 2648 "serde_json", 2649 2649 "serde_urlencoded", 2650 - "tokio 1.1.0", 2650 + "tokio 1.2.0", 2651 2651 "tokio-stream", 2652 2652 "tokio-tungstenite", 2653 2653 "tokio-util 0.6.2", ··· 2848 2848 "serde_yaml", 2849 2849 "sitemap", 2850 2850 "thiserror", 2851 - "tokio 1.1.0", 2851 + "tokio 1.2.0", 2852 2852 "tracing", 2853 2853 "tracing-futures", 2854 2854 "tracing-subscriber",