build(deps): bump loom from 0.3.4 to 0.3.5

Bumps [loom](https://github.com/tokio-rs/loom) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/tokio-rs/loom/releases)
- [Changelog](https://github.com/tokio-rs/loom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/loom/compare/v0.3.4...v0.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-27 08:20:20 +00:00 committed by GitHub
parent 916d9e0e3d
commit 788f0fee77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
Cargo.lock generated
View file

@ -3238,13 +3238,13 @@ dependencies = [
[[package]]
name = "loom"
version = "0.3.4"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ecc775857611e1df29abba5c41355cdf540e7e9d4acfdf0f355eefee82330b7"
checksum = "28e1106f2fa156410c0feb373657bd8afc9e801ab1c3e71cca22ec8faf8d5ded"
dependencies = [
"cfg-if",
"generator",
"scoped-tls 0.1.2",
"scoped-tls",
]
[[package]]
@ -4685,12 +4685,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "scoped-tls"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
[[package]]
name = "scoped-tls"
version = "1.0.0"
@ -6526,7 +6520,7 @@ dependencies = [
"log",
"mime",
"mime_guess",
"scoped-tls 1.0.0",
"scoped-tls",
"serde",
"serde_json",
"serde_urlencoded",