Skip to content

Update deps #2528

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

Merged
merged 4 commits into from
Oct 17, 2020
Merged

Update deps #2528

merged 4 commits into from
Oct 17, 2020

Conversation

kinnison
Copy link
Contributor

This fixes #2516 but leaves tokio at 0.2 because 0.3 is not yet supported by hyper and that confuses the test suite if we have more than one tokio.

    Updating crates.io index
    Updating git repository `https://github.com/rbtcollins/home`
    Updating aes v0.4.0 -> v0.5.0
    Updating aes-soft v0.4.0 -> v0.5.0
    Updating aesni v0.7.0 -> v0.8.0
    Updating aho-corasick v0.7.13 -> v0.7.14
    Updating anyhow v1.0.32 -> v1.0.33
    Updating backtrace v0.3.50 -> v0.3.53
    Updating block-cipher v0.7.1 -> v0.8.0
    Updating block-modes v0.5.0 -> v0.6.1
    Removing block-padding v0.1.5
    Updating blowfish v0.5.0 -> v0.6.0
    Removing byte-tools v0.3.1
    Updating cast5 v0.7.0 -> v0.8.0
    Updating cfb-mode v0.4.0 -> v0.5.0
      Adding cfg-if v1.0.0
    Updating chrono v0.4.15 -> v0.4.19
    Updating crossbeam-channel v0.4.3 -> v0.4.4
    Updating curl v0.4.33 -> v0.4.34
    Updating curl-sys v0.4.36+curl-7.71.1 -> v0.4.38+curl-7.73.0
    Removing curve25519-dalek v2.1.0
    Updating des v0.4.0 -> v0.5.0
    Removing digest v0.8.1
    Updating ed25519 v1.0.1 -> v1.0.3
    Updating ed25519-dalek v1.0.0 -> v1.0.1
    Updating effective-limits v0.5.1 -> v0.5.2
    Updating either v1.6.0 -> v1.6.1
    Updating flate2 v1.0.17 -> v1.0.18
    Updating futures v0.3.5 -> v0.3.6
    Updating futures-channel v0.3.5 -> v0.3.6
    Updating futures-core v0.3.5 -> v0.3.6
    Updating futures-executor v0.3.5 -> v0.3.6
    Updating futures-io v0.3.5 -> v0.3.6
    Updating futures-macro v0.3.5 -> v0.3.6
    Updating futures-sink v0.3.5 -> v0.3.6
    Updating futures-task v0.3.5 -> v0.3.6
    Updating futures-util v0.3.5 -> v0.3.6
    Removing generic-array v0.12.3
    Updating getrandom v0.1.14 -> v0.1.15
    Updating hashbrown v0.8.2 -> v0.9.1
    Updating hermit-abi v0.1.15 -> v0.1.17
      Adding httpdate v0.3.2
    Updating hyper v0.13.7 -> v0.13.8
    Updating indexmap v1.5.1 -> v1.6.0
    Updating js-sys v0.3.44 -> v0.3.45
    Updating lzma-sys v0.1.16 -> v0.1.17
    Updating memoffset v0.5.5 -> v0.5.6
    Updating miniz_oxide v0.4.1 -> v0.4.3
    Updating net2 v0.2.34 -> v0.2.35
    Updating object v0.20.0 -> v0.21.1
    Removing opaque-debug v0.2.3
    Updating pgp v0.7.0 -> v0.7.1
    Updating pin-project v0.4.23 -> v0.4.27
    Updating pin-project-internal v0.4.23 -> v0.4.27
    Updating pin-project-lite v0.1.7 -> v0.1.10
    Updating pkg-config v0.3.18 -> v0.3.19
    Updating proc-macro2 v1.0.19 -> v1.0.24
    Updating rayon v1.4.0 -> v1.4.1
    Updating rayon-core v1.8.0 -> v1.8.1
    Updating regex v1.3.9 -> v1.4.1
    Updating regex-syntax v0.6.18 -> v0.6.20
    Updating remove_dir_all v0.6.0 -> v0.6.1
    Updating rustc-demangle v0.1.16 -> v0.1.17
    Updating serde v1.0.115 -> v1.0.117
    Updating serde_derive v1.0.115 -> v1.0.117
    Updating serde_json v1.0.57 -> v1.0.59
    Updating socket2 v0.3.12 -> v0.3.15
    Updating stream-cipher v0.4.1 -> v0.7.1
    Updating subtle v2.2.3 -> v2.3.0
    Updating syn v1.0.39 -> v1.0.45
    Updating tar v0.4.29 -> v0.4.30
    Updating thiserror v1.0.20 -> v1.0.21
    Updating thiserror-impl v1.0.20 -> v1.0.21
    Updating toml v0.5.6 -> v0.5.7
    Updating tracing v0.1.19 -> v0.1.21
    Updating tracing-core v0.1.15 -> v0.1.17
    Updating twofish v0.3.0 -> v0.4.0
    Updating wasm-bindgen v0.2.67 -> v0.2.68
    Updating wasm-bindgen-backend v0.2.67 -> v0.2.68
    Updating wasm-bindgen-futures v0.4.17 -> v0.4.18
    Updating wasm-bindgen-macro v0.2.67 -> v0.2.68
    Updating wasm-bindgen-macro-support v0.2.67 -> v0.2.68
    Updating wasm-bindgen-shared v0.2.67 -> v0.2.68
    Updating web-sys v0.3.44 -> v0.3.45
    Updating x25519-dalek v0.6.0 -> v1.1.0
    Updating zeroize v1.1.0 -> v1.1.1
    Updating zeroize_derive v1.0.0 -> v1.0.1

Signed-off-by: Daniel Silverstone <[email protected]>
As far as I can tell, this should be safe.

dtolnay/semver@v0.10.0...v0.11.0

Signed-off-by: Daniel Silverstone <[email protected]>
Our use of cfg-if appears to be fine.

rust-lang/cfg-if@0.1.10...1.0.0

Signed-off-by: Daniel Silverstone <[email protected]>
The changes seem compatible with what we're using it for.

pulldown-cmark/pulldown-cmark@v0.7.2...v0.8.0

Signed-off-by: Daniel Silverstone <[email protected]>
@kinnison kinnison merged commit 1863453 into rust-lang:master Oct 17, 2020
@kinnison kinnison deleted the update-deps branch October 17, 2020 22:50
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.

Updating outdated deps
1 participant