Skip to content

Update crates#4869

Merged
hurl-bot merged 1 commit intomasterfrom
bot/update-crates
Mar 13, 2026
Merged

Update crates#4869
hurl-bot merged 1 commit intomasterfrom
bot/update-crates

Conversation

@hurl-bot
Copy link
Collaborator

No description provided.

@hurl-bot
Copy link
Collaborator Author


Crates updates for packages/hurl/Cargo.toml


Crates updates for packages/hurlfmt/Cargo.toml


Crates updates for packages/hurl_core/Cargo.toml


Crates updated for Cargo.lock

  • anstream 0.6.21 updated to 1.0.0

    https://github.com/rust-cli/anstyle.git

  • anstyle-parse 0.2.7 updated to 1.0.0

    https://github.com/rust-cli/anstyle.git

  • clap 4.5.60 updated to 4.6.0

    https://github.com/clap-rs/clap

  • clap_builder 4.5.60 updated to 4.6.0

    https://github.com/clap-rs/clap

  • clap_lex 1.0.0 updated to 1.1.0

    https://github.com/clap-rs/clap

  • md5 0.7.0 updated to 0.8.0

    https://github.com/stainless-steel/md5

  • once_cell 1.21.3 updated to 1.21.4

    https://github.com/matklad/once_cell

  • openssl-sys 0.9.111 updated to 0.9.112

    https://github.com/rust-openssl/rust-openssl

    ## What's Changed
    * feat: New methods EVP_PKEY_new_raw_*_key_ex and EVP_PKEY_is_a by @FinnRG in https://github.com/rust-openssl/rust-openssl/pull/2521
    * Fix invalid value parsing of OCSP revocation reason by @danpashin in https://github.com/rust-openssl/rust-openssl/pull/2523
    * Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/rust-openssl/rust-openssl/pull/2524
    * Bump aws-lc-sys from 0.27 to 0.34 by @goffrie in https://github.com/rust-openssl/rust-openssl/pull/2526
    * Expose X509_NAME_dup on all versions of OpenSSL by @alex in https://github.com/rust-openssl/rust-openssl/pull/2529
    * Unconditionally expose some *_dup() functions by @botovq in https://github.com/rust-openssl/rust-openssl/pull/2530
    * reintroduce dir_name support for subject_alt_names by @mqqz in https://github.com/rust-openssl/rust-openssl/pull/2528
    * Fix cipher comparison with NID instead of pointers  by @lwestlund in https://github.com/rust-openssl/rust-openssl/pull/2531
    * Remove ASN1_STRING_data for LibreSSL 4.3.0 by @botovq in https://github.com/rust-openssl/rust-openssl/pull/2534
    * drop openssl 1.0.2 by @alex in https://github.com/rust-openssl/rust-openssl/pull/2545
    * Bump actions/cache from 4 to 5 by @dependabot[bot] in https://github.com/rust-openssl/rust-openssl/pull/2542
    * Add Debug implementation for EcdsaSig{,Ref} by @buytenh in https://github.com/rust-openssl/rust-openssl/pull/2540
    * Add HKDF support by @Zenkibou in https://github.com/rust-openssl/rust-openssl/pull/2543
    * Enhance Debug implementation for Nid by @buytenh in https://github.com/rust-openssl/rust-openssl/pull/2547
    * Remove X509_VERIFY_PARAM_ID for LibreSSL 4.3.0 by @botovq in https://github.com/rust-openssl/rust-openssl/pull/2549
    * Add UpperHex implementation for BigNum{,Ref} by @buytenh in https://github.com/rust-openssl/rust-openssl/pull/2550
    * Add Debug implementation for EcGroup{,Ref} by @buytenh in https://github.com/rust-openssl/rust-openssl/pull/2548
    * test against openssl 3.6.0 in ci by @alex in https://github.com/rust-openssl/rust-openssl/pull/2546
    * Remove more OpenSSL 1.0.2 complications by @botovq in https://github.com/rust-openssl/rust-openssl/pull/2559
    * Still more OpenSSL 1.0.2 complications by @botovq in https://github.com/rust-openssl/rust-openssl/pull/2560
    * Remove more dead config branches by @botovq in https://github.com/rust-openssl/rust-openssl/pull/2561
    * Let AWS-LC use the BoringSSL path for BIO_METHOD by @botovq in https://github.com/rust-openssl/rust-openssl/pull/2562
    * Two small LibreSSL tweaks by @botovq in https://github.com/rust-openssl/rust-openssl/pull/2563
    * Upgrade ctest to 0.5 by @alex in https://github.com/rust-openssl/rust-openssl/pull/2569
    * add more brainpool curve NID constants by @butteronarchbtw in https://github.com/rust-openssl/rust-openssl/pull/2567
    * fix min-version CI by @alex in https://github.com/rust-openssl/rust-openssl/pull/2573
    * Fix use-after-free of error strings on BoringSSL/aws-lc by @alex in https://github.com/rust-openssl/rust-openssl/pull/2572
    * Pin quote to 1.0.44 for min-version CI by @alex in https://github.com/rust-openssl/rust-openssl/pull/2579
    * Constify from_raw by @DarkaMaul in https://github.com/rust-openssl/rust-openssl/pull/2580
    * Support pregenerated Rust bindings from AWS-LC installations by @justsmth in https://github.com/rust-openssl/rust-openssl/pull/2578
    * Bump aws-lc-sys to 0.38 by @goffrie in https://github.com/rust-openssl/rust-openssl/pull/2581
    * Release openssl v0.10.76 and openssl-sys v0.9.112 by @weihanglo in https://github.com/rust-openssl/rust-openssl/pull/2582
    
    ## New Contributors
    * @FinnRG made their first contribution in https://github.com/rust-openssl/rust-openssl/pull/2521
    * @danpashin made their first contribution in https://github.com/rust-openssl/rust-openssl/pull/2523
    * @mqqz made their first contribution in https://github.com/rust-openssl/rust-openssl/pull/2528
    * @lwestlund made their first contribution in https://github.com/rust-openssl/rust-openssl/pull/2531
    * @buytenh made their first contribution in https://github.com/rust-openssl/rust-openssl/pull/2540
    * @Zenkibou made their first contribution in https://github.com/rust-openssl/rust-openssl/pull/2543
    * @butteronarchbtw made their first contribution in https://github.com/rust-openssl/rust-openssl/pull/2567
    * @DarkaMaul made their first contribution in https://github.com/rust-openssl/rust-openssl/pull/2580
    * @weihanglo made their first contribution in https://github.com/rust-openssl/rust-openssl/pull/2582
    
    **Full Changelog**: https://github.com/rust-openssl/rust-openssl/compare/openssl-sys-v0.9.111...openssl-sys-v0.9.112
    

Crates added for Cargo.lock


Crates removed for Cargo.lock

@hurl-bot hurl-bot added bot bot dependencies Pull requests that update a dependency file labels Mar 13, 2026
@jcamiel jcamiel force-pushed the bot/update-crates branch from 3d47c27 to b8075bd Compare March 13, 2026 16:35
@jcamiel
Copy link
Collaborator

jcamiel commented Mar 13, 2026

/accept

@hurl-bot
Copy link
Collaborator Author

🕗 /accept is running, please wait for completion.

@hurl-bot
Copy link
Collaborator Author

✅ Pull request merged with fast forward by jcamiel..

# List of commits merged from Orange-OpenSource/hurl/bot/update-crates branch into Orange-OpenSource/hurl/master branch:

@hurl-bot hurl-bot merged commit b8075bd into master Mar 13, 2026
37 of 38 checks passed
@hurl-bot hurl-bot deleted the bot/update-crates branch March 13, 2026 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot bot dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants