chore(deps): bump pin-project to silence new clippy lints (#1464)
This commit is contained in:
parent
57f6d59b39
commit
841b75430e
|
@ -2714,18 +2714,18 @@ checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project"
|
name = "pin-project"
|
||||||
version = "1.0.10"
|
version = "1.0.11"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
|
checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pin-project-internal",
|
"pin-project-internal",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project-internal"
|
name = "pin-project-internal"
|
||||||
version = "1.0.10"
|
version = "1.0.11"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
|
checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
|
@ -20,7 +20,7 @@ serde = { version = "1.0.124", default-features = false }
|
||||||
serde_json = { version = "1.0.64", default-features = false }
|
serde_json = { version = "1.0.64", default-features = false }
|
||||||
thiserror = { version = "1.0", default-features = false }
|
thiserror = { version = "1.0", default-features = false }
|
||||||
once_cell = { version = "1.13.0" }
|
once_cell = { version = "1.13.0" }
|
||||||
pin-project = {version = "1.0.7", default-features = false }
|
pin-project = {version = "1.0.11", default-features = false }
|
||||||
futures-util = { version = "^0.3" }
|
futures-util = { version = "^0.3" }
|
||||||
hex = { version = "0.4.3", default-features = false, features = ["std"] }
|
hex = { version = "0.4.3", default-features = false, features = ["std"] }
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ futures-core = { version = "0.3.16", default-features = false }
|
||||||
futures-util = { version = "^0.3" }
|
futures-util = { version = "^0.3" }
|
||||||
futures-timer = { version = "3.0.2", default-features = false }
|
futures-timer = { version = "3.0.2", default-features = false }
|
||||||
futures-channel = { version = "0.3.16", default-features = false, optional = true }
|
futures-channel = { version = "0.3.16", default-features = false, optional = true }
|
||||||
pin-project = { version = "1.0.7", default-features = false }
|
pin-project = { version = "1.0.11", default-features = false }
|
||||||
|
|
||||||
# tracing
|
# tracing
|
||||||
tracing = { version = "0.1.35", default-features = false }
|
tracing = { version = "0.1.35", default-features = false }
|
||||||
|
|
Loading…
Reference in New Issue