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

Update crates #3375

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Update crates #3375

merged 1 commit into from
Nov 6, 2024

Conversation

hurl-bot
Copy link
Collaborator

@hurl-bot hurl-bot commented Nov 6, 2024

No description provided.

@hurl-bot
Copy link
Collaborator Author

hurl-bot commented Nov 6, 2024


Crates updates for packages/hurl/Cargo.toml

  • cc 1.1.34 updated to 1.1.36

      https://github.com/rust-lang/cc-rs
    
      ### Other
      
       Fix CUDA build with clang++. ([#1273](https://github.com/rust-lang/cc-rs/pull/1273))
    
  • url 2.5.2 updated to 2.5.3

      https://github.com/servo/rust-url
    
      ## What's Changed
      * fix: enable wasip2 feature for wasm32-wasip2 target by @brooksmtownsend in https://github.com/servo/rust-url/pull/960
      * Fix idna tests with no_std by @cjwatson in https://github.com/servo/rust-url/pull/963
      * Fix debugger_visualizer test failures. by @valenting in https://github.com/servo/rust-url/pull/967
      * Add AsciiSet::EMPTY and boolean operators by @joshka in https://github.com/servo/rust-url/pull/969
      * mention why we pin unicode-width by @Manishearth in https://github.com/servo/rust-url/pull/972
      * refactor and add tests for percent encoding by @joshka in https://github.com/servo/rust-url/pull/977
      * Add a test for and fix issue #974 by @hansl in https://github.com/servo/rust-url/pull/975
      * `no_std` support for the `url` crate by @domenukk in https://github.com/servo/rust-url/pull/831
      * Normalize URL paths: convert /.//p, /..//p, and //p to p by @theskim in https://github.com/servo/rust-url/pull/943
      * support Hermit by @m-mueller678 in https://github.com/servo/rust-url/pull/985
      * fix: support `wasm32-wasip2` on the stable channel by @brooksmtownsend in https://github.com/servo/rust-url/pull/983
      * Improve serde error output by @konstin in https://github.com/servo/rust-url/pull/982
      * OSS-Fuzz: Add more fuzzer by @arthurscchan in https://github.com/servo/rust-url/pull/988
      * Merge idna-v1x to main by @hsivonen in https://github.com/servo/rust-url/pull/990
      
      ## New Contributors
      * @brooksmtownsend made their first contribution in https://github.com/servo/rust-url/pull/960
      * @cjwatson made their first contribution in https://github.com/servo/rust-url/pull/963
      * @joshka made their first contribution in https://github.com/servo/rust-url/pull/969
      * @hansl made their first contribution in https://github.com/servo/rust-url/pull/975
      * @theskim made their first contribution in https://github.com/servo/rust-url/pull/943
      * @m-mueller678 made their first contribution in https://github.com/servo/rust-url/pull/985
      * @konstin made their first contribution in https://github.com/servo/rust-url/pull/982
      * @arthurscchan made their first contribution in https://github.com/servo/rust-url/pull/988
      
      **Full Changelog**: https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3
    

Crates updates for packages/hurl_core/Cargo.toml


Crates updates for packages/hurlfmt/Cargo.toml


Crates updates for Cargo.lock

  • Locking updated to

      null
    
  • anstream 0.6.17 updated to 0.6.18

      https://github.com/rust-cli/anstyle.git
    
  • cc 1.1.34 updated to 1.1.36

      https://github.com/rust-lang/cc-rs
    
      ### Other
      
       Fix CUDA build with clang++. ([#1273](https://github.com/rust-lang/cc-rs/pull/1273))
    
  • Adding updated to 0.2.5

      null
    
  • Adding updated to 1.5.0

      null
    
  • Adding updated to 1.5.0

      null
    
  • Adding updated to 1.5.0

      null
    
  • Adding updated to 1.5.0

      null
    
  • Adding updated to 1.5.0

      null
    
  • Adding updated to 1.5.0

      null
    
  • Adding updated to 1.5.1

      null
    
  • Adding updated to 1.5.0

      null
    
  • Adding updated to 1.5.0

      null
    
  • Adding updated to 1.5.0

      null
    
  • idna 0.5.0 updated to 1.0.3

      https://github.com/servo/rust-url/
    
  • Adding updated to 1.2.0

      null
    
  • Adding updated to 0.7.3

      null
    
  • rustix 0.38.38 updated to 0.38.39

      https://github.com/bytecodealliance/rustix
    
  • Adding updated to 1.13.2

      null
    
  • Adding updated to 1.2.0

      null
    
  • Adding updated to 0.13.1

      null
    
  • Adding updated to 0.7.6

      null
    
  • url 2.5.2 updated to 2.5.3

      https://github.com/servo/rust-url
    
      ## What's Changed
      * fix: enable wasip2 feature for wasm32-wasip2 target by @brooksmtownsend in https://github.com/servo/rust-url/pull/960
      * Fix idna tests with no_std by @cjwatson in https://github.com/servo/rust-url/pull/963
      * Fix debugger_visualizer test failures. by @valenting in https://github.com/servo/rust-url/pull/967
      * Add AsciiSet::EMPTY and boolean operators by @joshka in https://github.com/servo/rust-url/pull/969
      * mention why we pin unicode-width by @Manishearth in https://github.com/servo/rust-url/pull/972
      * refactor and add tests for percent encoding by @joshka in https://github.com/servo/rust-url/pull/977
      * Add a test for and fix issue #974 by @hansl in https://github.com/servo/rust-url/pull/975
      * `no_std` support for the `url` crate by @domenukk in https://github.com/servo/rust-url/pull/831
      * Normalize URL paths: convert /.//p, /..//p, and //p to p by @theskim in https://github.com/servo/rust-url/pull/943
      * support Hermit by @m-mueller678 in https://github.com/servo/rust-url/pull/985
      * fix: support `wasm32-wasip2` on the stable channel by @brooksmtownsend in https://github.com/servo/rust-url/pull/983
      * Improve serde error output by @konstin in https://github.com/servo/rust-url/pull/982
      * OSS-Fuzz: Add more fuzzer by @arthurscchan in https://github.com/servo/rust-url/pull/988
      * Merge idna-v1x to main by @hsivonen in https://github.com/servo/rust-url/pull/990
      
      ## New Contributors
      * @brooksmtownsend made their first contribution in https://github.com/servo/rust-url/pull/960
      * @cjwatson made their first contribution in https://github.com/servo/rust-url/pull/963
      * @joshka made their first contribution in https://github.com/servo/rust-url/pull/969
      * @hansl made their first contribution in https://github.com/servo/rust-url/pull/975
      * @theskim made their first contribution in https://github.com/servo/rust-url/pull/943
      * @m-mueller678 made their first contribution in https://github.com/servo/rust-url/pull/985
      * @konstin made their first contribution in https://github.com/servo/rust-url/pull/982
      * @arthurscchan made their first contribution in https://github.com/servo/rust-url/pull/988
      
      **Full Changelog**: https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3
    
  • Adding updated to 1.0.5

      null
    
  • Adding updated to 1.0.4

      null
    
  • Adding updated to 1.0.0

      null
    
  • Adding updated to 0.5.5

      null
    
  • Adding updated to 0.7.4

      null
    
  • Adding updated to 0.7.4

      null
    
  • Adding updated to 0.1.4

      null
    
  • Adding updated to 0.1.4

      null
    
  • Adding updated to 0.10.4

      null
    
  • Adding updated to 0.10.3

      null
    

@hurl-bot hurl-bot added bot bot dependencies Pull requests that update a dependency file labels Nov 6, 2024
@jcamiel
Copy link
Collaborator

jcamiel commented Nov 6, 2024

/accept

@hurl-bot
Copy link
Collaborator Author

hurl-bot commented Nov 6, 2024

🕗 /accept is running, please wait for completion.

@hurl-bot
Copy link
Collaborator Author

hurl-bot commented Nov 6, 2024

✅ Pull request merged and closed by jcamiel with fast forward merge..

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

@hurl-bot hurl-bot closed this Nov 6, 2024
@hurl-bot hurl-bot merged commit 9774c8c into master Nov 6, 2024
24 checks passed
@hurl-bot hurl-bot deleted the bot/update-crates branch November 6, 2024 08:58
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