Bump uuid from 1.20.0 to 1.23.2 in the rust group across 1 directory
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(6 days ago)
(6 days ago)
dependencies rust
Bumps the rust group with 1 update in the / directory: uuid.
Updates uuid from 1.20.0 to 1.23.2
Release notes
Sourced from uuid's releases.
v1.23.2
What's Changed
- Improve error messages for ambiguous formats by
@KodrAusin uuid-rs/uuid#882- Prepare for 1.23.2 release by
@KodrAusin uuid-rs/uuid#883Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2
v1.23.1
What's Changed
- Remove deprecated
msrvfeature from wasm-bindgen dependency by@guybedfordin uuid-rs/uuid#877- fix: Timestamp::from_gregorian deprecation note by
@aznashwanin uuid-rs/uuid#878- Prepare for 1.23.1 release by
@KodrAusin uuid-rs/uuid#879New Contributors
@guybedfordmade their first contribution in uuid-rs/uuid#877@aznashwanmade their first contribution in uuid-rs/uuid#878Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.0...v1.23.1
v1.23.0
What's Changed
- feat: add support for 'hyphenated' format in the serde module by
@FrenchDilettantein uuid-rs/uuid#865- Fix a number of bugs in time-related code by
@KodrAusin uuid-rs/uuid#872- Reword invalid char error message by
@KodrAusin uuid-rs/uuid#873- Impl cleanups by
@KodrAusin uuid-rs/uuid#874- Use LazyLock to synchronize v1/v6 context initialization by
@KodrAusin uuid-rs/uuid#875- Prepare for 1.23.0 release by
@KodrAusin uuid-rs/uuid#876New Contributors
@FrenchDilettantemade their first contribution in uuid-rs/uuid#865Special thanks
@meng-xu-csraised a series of bugs against the timestamp logic inuuidusing automated tooling. The issues themselves were reasonably and responsibly presented and the end result is a betteruuidlibrary for everyone. Thanks!Deprecations
This release includes the following deprecations:
Context: Renamed toContextV1Timestamp::from_gregorian: Renamed toTimestamp::from_gregorian_timeChange to
Version::Max
Version::Max'su8representation has changed from0xffto0x0fto match the value returned byUuid::get_version_num.Change to
Uuid::get_versionfor the max UUID
Uuid::get_versionwill only returnSome(Version::Max)if the UUID is actually the max UUID (all bytes are0xff). Previously it would returnSomeif only the version field was0x0f. This change matches the behaviour of the nil UUID, which only returnsSome(Version::Nil)if the UUID is the nil UUID (all bytes are0x00).
... (truncated)
Commits
d119657Merge pull request #883 from uuid-rs/cargo/v1.23.20651cfcprepare for 1.23.2 releasee8dea0cMerge pull request #882 from uuid-rs/fix/error-msgsbdc429afix up serde messagesd4342e4make indexes 0 based and fix up more error messages4ad479fwork on more accurate parser errorsca0c85fMerge pull request #879 from uuid-rs/cargo/v1.23.1b4db015prepare for 1.23.1 release771069dMerge pull request #878 from aznashwan/fix-from-gregorian-deprecation-note80994a2fix: Timestamp::from_gregorian deprecation note- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
uuid
cargo
1.20.0 → 1.23.2
Minor
the rust group across 1 directory
Technical Details
| ID: | 15987461 |
| UUID: | 4582996667 |
| Node ID: | PR_kwDOCh-PX87iYY6u |
| Host: | GitHub |
| Repository: | sigtrap/teleport |