Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Bump uuid from 0.6.5 to 0.7.4 #53

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2022

Bumps uuid from 0.6.5 to 0.7.4.

Release notes

Sourced from uuid's releases.

uuid 0.7.3: Fast strings

Added

  • The uuid::Error error type. This is a sumtype of uuid::BytesError and uuid::ParseError.(#373)
    • Useful when the underlying uuid version and its error types don't matter until an error occurs.
  • Add encode_{lower, upper} for the uuid::adapter::{ Hyphenated, Simple, Urn }(#378)
  • Relatedly, added uuid::Uuid::encode_buffer for the buffer used in the encode_{lower,upper} functions.(#378)

Changes

  • Remove the rand dependency for v3 and v5 Uuids. (#371)

Anyone interested can see the entire diff between 0.7.2 and 0.7.3 here.

uuid 0.7.2: Microsoft love

Added

  • Support for winapi GUIDs, with guid feature (#336, #338)
  • Introduce Uuid builder interface (#332)
  • Support for compact serialization of uuid::Uuid and related types with uuid::adapter::compact::{serialize,deserialize) (#331)
    • use serde_derive's #[serde(with = "uuid::adapter::compact::dense_serde")] you can for your specific case with attributes.
  • Add support for functions that provide uuids in little endian format (#311)
    • By default, the internal representation of uuid::Uuids is unspecified.
    • However all functions returning the bytes are guaranteed to be big endian

Changes

  • Use hyphenated string instead of a raw bytes for uuid::Uuid Debug output (#360)
  • Adjust the error message for uuid::parser::Error::InvalidCharacter for clarity. (#355)

Fixes

  • uuid::Uuid::new_v4 compiles on wasm32 but panics at execution (#351, #358)

Dependencies


Anyone interested can see the entire diff between 0.7.1 and 0.7.2 here.

Where Did The Links Go?

Fixes:

  • fix up the doc names to follow the name changes (#315)
  • prelude names are not inlined (#316)

The Great Refactor Update

We have a transition guide for moving from uuid 0.6.x to uuid 0.7.x.


  • Minimum rustc version bumped to 1.22 (#254)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.6.5 to 0.7.4.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@0.6.5...0.7.4)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 7, 2022
@0nkery 0nkery force-pushed the master branch 5 times, most recently from 662fd82 to 450f02c Compare July 19, 2022 12:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Development

Successfully merging this pull request may close these issues.

0 participants