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 reqwest from 0.11.13 to 0.11.14 (#593)

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.13 to 0.11.14.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.13...v0.11.14)

---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
36e51652 da99b2ba

+13 -7
+13 -7
Cargo.lock
··· 253 253 checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 254 254 255 255 [[package]] 256 + name = "base64" 257 + version = "0.21.0" 258 + source = "registry+https://github.com/rust-lang/crates.io-index" 259 + checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 260 + 261 + [[package]] 256 262 name = "bincode" 257 263 version = "1.3.3" 258 264 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1065 1071 source = "registry+https://github.com/rust-lang/crates.io-index" 1066 1072 checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584" 1067 1073 dependencies = [ 1068 - "base64", 1074 + "base64 0.13.1", 1069 1075 "bitflags", 1070 1076 "bytes", 1071 1077 "headers-core", ··· 2048 2054 source = "registry+https://github.com/rust-lang/crates.io-index" 2049 2055 checksum = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225" 2050 2056 dependencies = [ 2051 - "base64", 2057 + "base64 0.13.1", 2052 2058 "indexmap", 2053 2059 "line-wrap", 2054 2060 "serde", ··· 2302 2308 2303 2309 [[package]] 2304 2310 name = "reqwest" 2305 - version = "0.11.13" 2311 + version = "0.11.14" 2306 2312 source = "registry+https://github.com/rust-lang/crates.io-index" 2307 - checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c" 2313 + checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" 2308 2314 dependencies = [ 2309 - "base64", 2315 + "base64 0.21.0", 2310 2316 "bytes", 2311 2317 "encoding_rs", 2312 2318 "futures-core", ··· 2343 2349 source = "registry+https://github.com/rust-lang/crates.io-index" 2344 2350 checksum = "85517cd381cf0c34694881d8aaf173107c6af7670e66cec18d7a1a8bfce3b758" 2345 2351 dependencies = [ 2346 - "base64", 2352 + "base64 0.13.1", 2347 2353 "bytecount", 2348 2354 "itertools", 2349 2355 "md5", ··· 2966 2972 checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" 2967 2973 dependencies = [ 2968 2974 "async-compression", 2969 - "base64", 2975 + "base64 0.13.1", 2970 2976 "bitflags", 2971 2977 "bytes", 2972 2978 "futures-core",