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

Cargo.lock: Update dependencies #206

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Cargo.lock: Update dependencies #206

wants to merge 2 commits into from

Conversation

Shella
Copy link
Member

@Shella Shella commented Feb 3, 2025

 $ cargo update
    Updating crates.io index
     Locking 111 packages to latest compatible versions
    Updating abscissa_core v0.8.1 -> v0.8.2
    Updating abscissa_derive v0.8.0 -> v0.8.2
    Updating anstream v0.6.17 -> v0.6.18
    Updating anstyle v1.0.9 -> v1.0.10
    Updating anstyle-wincon v3.0.6 -> v3.0.7
    Updating anyhow v1.0.91 -> v1.0.95
    Updating async-trait v0.1.83 -> v0.1.86
    Updating bitflags v2.6.0 -> v2.8.0
    Updating bumpalo v3.16.0 -> v3.17.0
    Updating bytes v1.8.0 -> v1.10.0
    Updating cc v1.1.31 -> v1.2.11
    Updating clap v4.5.20 -> v4.5.28
    Updating clap_builder v4.5.20 -> v4.5.27
    Updating clap_derive v4.5.18 -> v4.5.28
    Updating clap_lex v0.7.2 -> v0.7.4
    Updating cpufeatures v0.2.14 -> v0.2.17
      Adding displaydoc v0.2.5
    Updating errno v0.3.9 -> v0.3.10
    Updating fastrand v2.1.1 -> v2.3.0
      Adding getrandom v0.3.1
    Updating hashbrown v0.15.0 -> v0.15.2
    Removing hermit-abi v0.3.9
    Updating httparse v1.9.5 -> v1.10.0
    Updating hyper v0.14.31 -> v0.14.32 (available: v1.6.0)
      Adding icu_collections v1.5.0
      Adding icu_locid v1.5.0
      Adding icu_locid_transform v1.5.0
      Adding icu_locid_transform_data v1.5.0
      Adding icu_normalizer v1.5.0
      Adding icu_normalizer_data v1.5.0
      Adding icu_properties v1.5.1
      Adding icu_properties_data v1.5.0
      Adding icu_provider v1.5.0
      Adding icu_provider_macros v1.5.0
    Updating idna v0.5.0 -> v1.0.3
      Adding idna_adapter v1.2.0
    Updating indexmap v2.6.0 -> v2.7.1
    Updating ipnet v2.10.1 -> v2.11.0
    Updating itoa v1.0.11 -> v1.0.14
    Updating js-sys v0.3.72 -> v0.3.77
    Updating libc v0.2.161 -> v0.2.169
    Updating linux-raw-sys v0.4.14 -> v0.4.15
      Adding litemap v0.7.4
    Updating log v0.4.22 -> v0.4.25
    Updating mio v1.0.2 -> v1.0.3
    Updating native-tls v0.2.12 -> v0.2.13
    Updating openssl v0.10.68 -> v0.10.70
    Updating openssl-probe v0.1.5 -> v0.1.6
    Updating openssl-sys v0.9.104 -> v0.9.105
    Updating pin-project v1.1.7 -> v1.1.9
    Updating pin-project-internal v1.1.7 -> v1.1.9
    Updating pin-project-lite v0.2.15 -> v0.2.16
    Updating proc-macro2 v1.0.89 -> v1.0.93
    Updating prost v0.13.3 -> v0.13.4
    Updating prost-derive v0.13.3 -> v0.13.4
    Updating quote v1.0.37 -> v1.0.38
    Updating regex-automata v0.4.8 -> v0.4.9
    Updating rustix v0.38.38 -> v0.38.44
      Adding rustversion v1.0.19
    Updating ryu v1.0.18 -> v1.0.19
    Updating schannel v0.1.26 -> v0.1.27
    Updating security-framework-sys v2.12.0 -> v2.14.0
    Updating semver v1.0.23 -> v1.0.25
    Updating serde v1.0.215 -> v1.0.217
    Updating serde_derive v1.0.215 -> v1.0.217
    Updating serde_json v1.0.133 -> v1.0.138
    Updating socket2 v0.5.7 -> v0.5.8
      Adding stable_deref_trait v1.2.0
    Updating syn v2.0.87 -> v2.0.98
      Adding sync_wrapper v1.0.2
      Adding synstructure v0.13.1
    Updating tempfile v3.13.0 -> v3.16.0
    Updating tendermint v0.40.0 -> v0.40.1
    Updating tendermint-config v0.40.0 -> v0.40.1
    Updating tendermint-proto v0.40.0 -> v0.40.1
    Updating tendermint-rpc v0.40.0 -> v0.40.1
    Updating thiserror v2.0.3 -> v2.0.11
    Updating thiserror-impl v2.0.3 -> v2.0.11
    Updating time v0.3.36 -> v0.3.37
    Updating time-macros v0.2.18 -> v0.2.19
      Adding tinystr v0.7.6
    Removing tinyvec v1.8.0
    Removing tinyvec_macros v0.1.1
    Updating tokio v1.41.1 -> v1.43.0
    Updating tokio-macros v2.4.0 -> v2.5.0
    Updating tokio-util v0.7.12 -> v0.7.13
    Updating toml_edit v0.22.22 -> v0.22.23
    Updating tower v0.5.1 -> v0.5.2
    Updating tracing-subscriber v0.3.18 -> v0.3.19
    Removing unicode-bidi v0.3.17
    Updating unicode-ident v1.0.13 -> v1.0.16
    Removing unicode-normalization v0.1.24
    Updating url v2.5.2 -> v2.5.4
      Adding utf16_iter v1.0.5
      Adding utf8_iter v1.0.4
    Updating uuid v1.11.0 -> v1.12.1
    Updating valuable v0.1.0 -> v0.1.1
    Updating wait-timeout v0.2.0 -> v0.2.1
      Adding wasi v0.13.3+wasi-0.2.2
    Updating wasm-bindgen v0.2.95 -> v0.2.100
    Updating wasm-bindgen-backend v0.2.95 -> v0.2.100
    Updating wasm-bindgen-futures v0.4.45 -> v0.4.50
    Updating wasm-bindgen-macro v0.2.95 -> v0.2.100
    Updating wasm-bindgen-macro-support v0.2.95 -> v0.2.100
    Updating wasm-bindgen-shared v0.2.95 -> v0.2.100
    Updating web-sys v0.3.72 -> v0.3.77
    Updating winnow v0.6.20 -> v0.7.1
      Adding wit-bindgen-rt v0.33.0
      Adding write16 v1.0.0
      Adding writeable v0.5.5
      Adding yoke v0.7.5
      Adding yoke-derive v0.7.5
      Adding zerofrom v0.1.5
      Adding zerofrom-derive v0.1.5
      Adding zerovec v0.10.4
      Adding zerovec-derive v0.10.3

@Shella Shella requested a review from a team February 4, 2025 00:02
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.

1 participant