Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated deps #868

Merged
merged 1 commit into from
Apr 28, 2021
Merged

updated deps #868

merged 1 commit into from
Apr 28, 2021

Conversation

klensy
Copy link
Contributor

@klensy klensy commented Apr 24, 2021

hyper 0.13.6 -> 0.13.10
https://rustsec.org/advisories/RUSTSEC-2021-0020

smallvec v1.4.0 -> v1.6.1
https://rustsec.org/advisories/RUSTSEC-2021-0003

generic-array v0.12.3 -> v0.12.4
https://rustsec.org/advisories/RUSTSEC-2020-0146

arc-swap v0.4.7 -> v0.4.8
https://rustsec.org/advisories/RUSTSEC-2020-0091

mio 0.6.22 -> 0.6.23
tokio-rs/mio#1405
rust-lang/rust#78802

futures* 0.3.5 -> 0.3.7
https://rustsec.org/advisories/RUSTSEC-2020-0059
https://rustsec.org/advisories/RUSTSEC-2020-0060

socket2 0.3.12 -> 0.3.19
rust-lang/socket2#120

Also updates some dependent crates, as cargo kinda greedy.

@klensy
Copy link
Contributor Author

klensy commented Apr 24, 2021

Fail to bench ctfe-stress-4

    Checking ctfe-stress-4 v0.1.0 (/tmp/.tmpEUoWpy)
error[E0635]: unknown feature `const_fn_unsize`
 --> src/lib.rs:2:44
  |
2 | #![feature(const_fn, const_fn_trait_bound, const_fn_unsize, const_eval_limit)]
  |                                            ^^^^^^^^^^^^^^^

error[E0635]: unknown feature `const_fn_trait_bound`
 --> src/lib.rs:2:22
  |
2 | #![feature(const_fn, const_fn_trait_bound, const_fn_unsize, const_eval_limit)]
  |                      ^^^^^^^^^^^^^^^^^^^^

@klensy klensy closed this Apr 28, 2021
@klensy klensy reopened this Apr 28, 2021
@Mark-Simulacrum Mark-Simulacrum merged commit 2931377 into rust-lang:master Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants