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 #3696

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update crates #3696

wants to merge 1 commit into from

Conversation

hurl-bot
Copy link
Collaborator

@hurl-bot hurl-bot commented Feb 5, 2025

No description provided.

@hurl-bot
Copy link
Collaborator Author

hurl-bot commented Feb 5, 2025


Crates updates for packages/hurl/Cargo.toml

  • cc 1.2.11 updated to 1.2.12

      https://github.com/rust-lang/cc-rs
    
      ### Other
      
       Split impl Build ([#1382](https://github.com/rust-lang/cc-rs/pull/1382))
       Don't specify both `-target` and `-mtargetos=` on Apple targets ([#1384](https://github.com/rust-lang/cc-rs/pull/1384))
    
  • uuid 1.12.1 updated to 1.13.0

      https://github.com/uuid-rs/uuid
    
      ## :warning: Potential Breakage
      
      This release updates our version of `getrandom` to `0.3` and `rand` to `0.9`. It is a **potentially breaking change** for the following users:
      
      ### no-std users who enable the `rng` feature
      
      `uuid` still uses `getrandom` by default on these platforms. Upgrade your version of `getrandom` and [follow its new docs](https://docs.rs/getrandom/0.3.1/getrandom/index.html#custom-backend) on configuring a custom backend.
      
      ### `wasm32-unknown-unknown` users who enable the `rng` feature without the `js` feature
      
      Upgrade your version of `getrandom` and [follow its new docs](https://docs.rs/getrandom/0.3.1/getrandom/index.html#custom-backend) on configuring a backend.
      
      You'll also need to enable the `rng-getrandom` or `rng-rand` feature of `uuid` to force it to use `getrandom` as its backend:
      
      diff
      [dependencies.uuid]
      version = "1.13.0"
       features = ["v4"]
      + features = ["v4", "rng-getrandom"]
      
      [dependencies.getrandom]
      version = "0.3"
      
      
      If you're on `wasm32-unknown-unknown` and using the `js` feature of `uuid` you shouldn't see any breakage. We've kept this behavior by vendoring in `getrandom`'s web-based backend when the `js` feature is enabled.
      
      ## What's Changed
      * Update `getrandom` to `0.3` and `rand` to `0.9` by @KodrAus in https://github.com/uuid-rs/uuid/pull/793
      * Support forcing `getrandom` on `wasm32-unknown-unknown` without JavaScript by @KodrAus in https://github.com/uuid-rs/uuid/pull/794
      * Prepare for 1.13.0 release by @KodrAus in https://github.com/uuid-rs/uuid/pull/795
      
      
      **Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.12.1...1.13.0
    

Crates updates for packages/hurl_core/Cargo.toml


Crates updates for packages/hurlfmt/Cargo.toml


Crates updates for Cargo.lock

  • Locking updated to

      null
    
  • cc 1.2.11 updated to 1.2.12

      https://github.com/rust-lang/cc-rs
    
      ### Other
      
       Split impl Build ([#1382](https://github.com/rust-lang/cc-rs/pull/1382))
       Don't specify both `-target` and `-mtargetos=` on Apple targets ([#1384](https://github.com/rust-lang/cc-rs/pull/1384))
    
  • Adding updated to 0.9.0

      null
    
  • Adding updated to 0.9.0

      null
    
  • Adding updated to 0.9.0

      null
    
  • uuid 1.12.1 updated to 1.13.0

      https://github.com/uuid-rs/uuid
    
  • Adding updated to 0.8.16

      null
    
  • Adding updated to 0.8.16

      null
    

@hurl-bot hurl-bot added bot bot dependencies Pull requests that update a dependency file labels Feb 5, 2025
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.

1 participant