Skip to content

Commit

Permalink
Update dependency rust to v1.82.0 (#1140)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam H. Leventhal <[email protected]>
  • Loading branch information
renovate[bot] and ahl authored Nov 21, 2024
1 parent d5874eb commit fe710a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dropshot/tests/fail/bad_trait_channel25.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ error[E0107]: struct takes 1 generic argument but 2 generic arguments were suppl
--> tests/fail/bad_trait_channel25.rs:47:17
|
47 | _rqctx: RequestContext<T, Self::Context>,
| ^^^^^^^^^^^^^^ ------------- help: remove this generic argument
| ^^^^^^^^^^^^^^ --------------- help: remove the unnecessary generic argument
| |
| expected 1 generic argument
|
Expand Down
2 changes: 1 addition & 1 deletion dropshot/tests/fail/bad_trait_endpoint25.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ error[E0107]: struct takes 1 generic argument but 2 generic arguments were suppl
--> tests/fail/bad_trait_endpoint25.rs:47:17
|
47 | _rqctx: RequestContext<T, Self::Context>,
| ^^^^^^^^^^^^^^ ------------- help: remove this generic argument
| ^^^^^^^^^^^^^^ --------------- help: remove the unnecessary generic argument
| |
| expected 1 generic argument
|
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# The intent is to keep this updated as new stable versions are relased.

[toolchain]
channel = "1.81.0"
channel = "1.82.0"
profile = "default"

0 comments on commit fe710a2

Please sign in to comment.