From 1da9d81a052a66bbbbb65e4bd3be1cb34d57ff2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 16:18:02 +0000 Subject: [PATCH] Update Rust to v1.61.0 (#355) * Update Rust to v1.61.0 * update output Co-authored-by: Renovate Bot Co-authored-by: Adam H. Leventhal --- dropshot/tests/fail/bad_endpoint15.stderr | 7 ++----- rust-toolchain.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dropshot/tests/fail/bad_endpoint15.stderr b/dropshot/tests/fail/bad_endpoint15.stderr index f1109b8a1..9680f88d1 100644 --- a/dropshot/tests/fail/bad_endpoint15.stderr +++ b/dropshot/tests/fail/bad_endpoint15.stderr @@ -18,11 +18,8 @@ note: required by a bound in `ApiEndpoint::::new` error: future cannot be sent between threads safely --> tests/fail/bad_endpoint15.rs:13:1 | -13 | / #[endpoint { -14 | | method = GET, -15 | | path = "/test", -16 | | }] - | |__^ future returned by `bad_endpoint` is not `Send` +13 | #[endpoint { + | ^^^^^^^^^^ future returned by `bad_endpoint` is not `Send` | = help: within `impl Future, HttpError>>`, the trait `Send` is not implemented for `Rc` note: future is not `Send` as this value is used across an await diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 61c5ddea7..cad33c8cd 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -4,5 +4,5 @@ # The intent is to keep this updated as new stable versions are relased. [toolchain] -channel = "1.60.0" +channel = "1.61.0" profile = "default"