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

bump: upgrade all rust dependencies #161

Merged
merged 1 commit into from
Jun 20, 2023
Merged

bump: upgrade all rust dependencies #161

merged 1 commit into from
Jun 20, 2023

Conversation

Angelmmiguel
Copy link
Contributor

@Angelmmiguel Angelmmiguel commented Jun 20, 2023

Update all dependencies before releasing wws v1.3.0. To update them, I just run cargo update.

Update

$ cargo update   
    Updating crates.io index
    Updating git repository `https://github.com/olson-sean-k/wax.git`
    Updating actix-codec v0.5.0 -> v0.5.1
    Updating actix-http v3.3.0 -> v3.3.1
    Updating actix-web v4.3.0 -> v4.3.1
    Updating actix-web-codegen v4.1.0 -> v4.2.0
      Adding ahash v0.8.3
    Updating aho-corasick v0.7.20 -> v1.0.2
    Updating ambient-authority v0.0.1 -> v0.0.2
      Adding anstream v0.3.2
      Adding anstyle v1.0.0
      Adding anstyle-parse v0.2.0
      Adding anstyle-query v1.0.0
      Adding anstyle-wincon v1.0.1
    Updating anyhow v1.0.69 -> v1.0.71
    Updating arrayref v0.3.6 -> v0.3.7
    Updating arrayvec v0.7.2 -> v0.7.4
    Updating async-trait v0.1.64 -> v0.1.68
    Updating base64 v0.21.0 -> v0.21.2
    Updating blake3 v1.3.3 -> v1.4.0
    Removing block-buffer v0.9.0
    Removing block-buffer v0.10.3
      Adding block-buffer v0.10.4
    Removing bstr v0.2.17
    Updating bumpalo v3.12.0 -> v3.13.0
    Updating bytestring v1.2.0 -> v1.3.0
    Updating cap-fs-ext v1.0.5 -> v1.0.15
    Updating cap-primitives v1.0.5 -> v1.0.15
    Updating cap-rand v1.0.5 -> v1.0.15
    Updating cap-std v1.0.5 -> v1.0.15
    Updating cap-time-ext v1.0.5 -> v1.0.15
    Updating clang-sys v1.4.0 -> v1.6.1
    Updating clap v4.1.4 -> v4.3.4
      Adding clap_builder v4.3.4
    Updating clap_derive v4.1.0 -> v4.3.2
    Updating clap_lex v0.3.1 -> v0.5.0
      Adding colorchoice v1.0.0
    Updating const_format v0.2.30 -> v0.2.31
    Updating const_format_proc_macros v0.2.29 -> v0.2.31
    Updating constant_time_eq v0.2.4 -> v0.2.6
    Updating core-foundation-sys v0.8.3 -> v0.8.4
    Updating cpufeatures v0.2.5 -> v0.2.8
    Updating crossbeam-channel v0.5.6 -> v0.5.8
    Updating crossbeam-deque v0.8.2 -> v0.8.3
    Updating crossbeam-epoch v0.9.13 -> v0.9.15
    Updating crossbeam-utils v0.8.14 -> v0.8.16
    Updating csv v1.1.6 -> v1.2.2
    Removing digest v0.9.0
    Removing digest v0.10.6
      Adding digest v0.10.7
    Removing errno v0.2.8
    Updating fastrand v1.8.0 -> v1.9.0
    Updating fd-lock v3.0.10 -> v3.0.12
    Updating flate2 v1.0.25 -> v1.0.26
    Updating form_urlencoded v1.1.0 -> v1.2.0
      Adding fs-set-times v0.19.1
    Updating futures-channel v0.3.26 -> v0.3.28
    Updating futures-core v0.3.26 -> v0.3.28
    Updating futures-sink v0.3.26 -> v0.3.28
    Updating futures-task v0.3.26 -> v0.3.28
    Updating futures-util v0.3.26 -> v0.3.28
    Updating generic-array v0.14.6 -> v0.14.7
    Updating getrandom v0.2.8 -> v0.2.10
    Updating h2 v0.3.18 -> v0.3.19
    Updating http v0.2.8 -> v0.2.9
    Updating hyper v0.14.24 -> v0.14.26
    Updating idna v0.3.0 -> v0.4.0
    Updating indexmap v1.9.2 -> v1.9.3
    Updating io-extras v0.17.2 -> v0.17.4
    Updating io-lifetimes v1.0.5 -> v1.0.11
    Updating ipnet v2.7.1 -> v2.7.2
    Updating is-terminal v0.4.3 -> v0.4.7
    Removing itoa v0.4.8
    Removing itoa v1.0.5
      Adding itoa v1.0.6
    Updating jobserver v0.1.25 -> v0.1.26
    Updating js-sys v0.3.61 -> v0.3.64
    Updating libc v0.2.139 -> v0.2.146
    Updating lock_api v0.4.9 -> v0.4.10
    Updating log v0.4.17 -> v0.4.19
    Updating memfd v0.6.2 -> v0.6.3
    Updating memoffset v0.7.1 -> v0.9.0
    Updating mime v0.3.16 -> v0.3.17
    Updating miniz_oxide v0.6.2 -> v0.7.1
    Updating mio v0.8.5 -> v0.8.8
    Removing nom8 v0.2.0
    Updating once_cell v1.17.0 -> v1.18.0
    Removing opaque-debug v0.3.0
    Updating openssl-macros v0.1.0 -> v0.1.1
    Updating openssl-src v111.25.0+1.1.1t -> v111.26.0+1.1.1u
    Updating openssl-sys v0.9.83 -> v0.9.88
    Updating os_str_bytes v6.4.1 -> v6.5.1
    Updating parking_lot_core v0.9.7 -> v0.9.8
    Updating paste v1.0.11 -> v1.0.12
    Updating percent-encoding v2.2.0 -> v2.3.0
    Updating pkg-config v0.3.26 -> v0.3.27
    Updating proc-macro2 v1.0.59 -> v1.0.60
    Updating rayon v1.6.1 -> v1.7.0
    Updating rayon-core v1.10.2 -> v1.11.0
    Updating regex v1.7.1 -> v1.8.4
    Removing regex-automata v0.1.10
    Updating regex-syntax v0.6.28 -> v0.7.2
    Updating reqwest v0.11.17 -> v0.11.18
    Updating rustc-demangle v0.1.21 -> v0.1.23
    Removing rustix v0.36.8
    Removing rustix v0.37.3
      Adding rustix v0.36.14
      Adding rustix v0.37.20
    Updating rustversion v1.0.11 -> v1.0.12
    Updating ryu v1.0.12 -> v1.0.13
    Updating security-framework v2.8.2 -> v2.9.1
    Updating security-framework-sys v2.8.0 -> v2.9.0
    Updating semver v1.0.16 -> v1.0.17
    Updating serde v1.0.152 -> v1.0.164
    Updating serde_derive v1.0.152 -> v1.0.164
    Updating serde_json v1.0.93 -> v1.0.97
    Updating serde_spanned v0.6.1 -> v0.6.2
    Removing sha2 v0.9.9
    Removing sha2 v0.10.6
      Adding sha2 v0.10.7
    Updating sha256 v1.1.2 -> v1.1.4
    Updating slab v0.4.7 -> v0.4.8
    Updating slice-group-by v0.3.0 -> v0.3.1
    Updating socket2 v0.4.7 -> v0.4.9
    Updating subtle v2.4.1 -> v2.5.0
    Updating syn v1.0.107 -> v1.0.109
    Updating system-interface v0.25.4 -> v0.25.7
    Updating target-lexicon v0.12.6 -> v0.12.7
    Updating tempfile v3.5.0 -> v3.6.0
    Updating thiserror v1.0.38 -> v1.0.40
    Updating thiserror-impl v1.0.38 -> v1.0.40
    Updating time v0.3.17 -> v0.3.22
    Updating time-core v0.1.0 -> v0.1.1
    Updating time-macros v0.2.6 -> v0.2.9
    Updating tokio v1.25.0 -> v1.28.2
    Updating tokio-util v0.7.7 -> v0.7.8
    Updating toml v0.7.2 -> v0.7.4
    Updating toml_datetime v0.6.1 -> v0.6.2
    Updating toml_edit v0.19.3 -> v0.19.10
    Updating tracing-attributes v0.1.23 -> v0.1.25
    Updating tracing-core v0.1.30 -> v0.1.31
    Updating unicode-bidi v0.3.10 -> v0.3.13
    Updating unicode-ident v1.0.6 -> v1.0.9
    Updating url v2.3.1 -> v2.4.0
      Adding utf8parse v0.2.1
    Updating walkdir v2.3.2 -> v2.3.3
    Updating want v0.3.0 -> v0.3.1
    Updating wasm-bindgen v0.2.84 -> v0.2.87
    Updating wasm-bindgen-backend v0.2.84 -> v0.2.87
    Updating wasm-bindgen-futures v0.4.34 -> v0.4.37
    Updating wasm-bindgen-macro v0.2.84 -> v0.2.87
    Updating wasm-bindgen-macro-support v0.2.84 -> v0.2.87
    Updating wasm-bindgen-shared v0.2.84 -> v0.2.87
    Updating wasm-encoder v0.23.0 -> v0.29.0
    Updating wast v53.0.0 -> v60.0.0
    Updating wat v1.0.58 -> v1.0.66
    Updating web-sys v0.3.61 -> v0.3.64
    Updating windows-targets v0.42.1 -> v0.42.2
    Updating windows_aarch64_gnullvm v0.42.1 -> v0.42.2
    Updating windows_aarch64_msvc v0.42.1 -> v0.42.2
    Updating windows_i686_gnu v0.42.1 -> v0.42.2
    Updating windows_i686_msvc v0.42.1 -> v0.42.2
    Updating windows_x86_64_gnu v0.42.1 -> v0.42.2
    Updating windows_x86_64_gnullvm v0.42.1 -> v0.42.2
    Updating windows_x86_64_msvc v0.42.1 -> v0.42.2
      Adding winnow v0.4.7
    Updating winx v0.35.0 -> v0.35.1
    Updating zstd-safe v6.0.4+zstd.1.5.4 -> v6.0.5+zstd.1.5.4
    Updating zstd-sys v2.0.7+zstd.1.5.4 -> v2.0.8+zstd.1.5.5

@Angelmmiguel Angelmmiguel added the ⬆️ updates Update a dependency to a newer version label Jun 20, 2023
@Angelmmiguel Angelmmiguel added this to the v1.3.0 milestone Jun 20, 2023
@Angelmmiguel Angelmmiguel self-assigned this Jun 20, 2023
@Angelmmiguel Angelmmiguel merged commit a9a4ca2 into main Jun 20, 2023
@Angelmmiguel Angelmmiguel deleted the bump-deps branch June 30, 2023 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-not-required ⬆️ updates Update a dependency to a newer version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants