fix(deps): update rust-minor#66
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
fb960b3 to
ce7fbc8
Compare
ce7fbc8 to
f4c1dd0
Compare
d2100c9 to
c75ee03
Compare
165a111 to
43d6d37
Compare
8819e78 to
eaed6e8
Compare
6c431f0 to
2daa52a
Compare
7954d80 to
045a745
Compare
46f17e8 to
2c18eec
Compare
1b909c6 to
680360b
Compare
3fe95ff to
690ffa9
Compare
d75e119 to
b1d76b3
Compare
3aeea73 to
c48b3aa
Compare
e1c53a9 to
2cd12f9
Compare
5a99c81 to
07807d5
Compare
4e19bae to
1d5ac9d
Compare
1d5ac9d to
66ceffc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12→0.134.5.57→4.6.10.22→0.230.22→0.231.13.0→1.30.02.13.0→2.14.00.19→0.211.0.0→1.2.24.2.3→4.3.00.10→0.123.24.0→3.27.03.24.0→3.27.01.49.0→1.52.31.49.0→1.52.33.2.0→3.5.31.20.0→1.23.40.244→0.2520.52.0→0.58.08.4.0→8.6.0Release Notes
cucumber-rs/cucumber (cucumber)
v0.23.0Compare Source
Diff | Milestone
BC Breaks
Changed
gherkin] crate to 0.16 version. (0d544772)And-like andBut-like keywords at the beginning ofScenario, automatically considering them asGiven-type steps. (gherkin#53)Stebalien/tempfile (tempfile)
v3.27.0Compare Source
This release adds
TempPath::try_from_pathand deprecatesTempPath::from_path.Prior to this release,
TempPath::from_pathmade no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:Now:
TempPath::from_pathwill attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to callstd::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.TempPath::try_from_pathbehaves exactly likeTempPath::from_path, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).Neither function attempt to verify the existence of the file in question.
Thanks to @meng-xu-cs for reporting this issue.
v3.26.0NamedTempFile::persiston RedoxOS (#393) (thanks to @Andy-Python-Programmer).v3.25.0getrandom0.4.x while retaining support forgetrandom0.3.x.jdx/usage (usage-lib)
v3.5.3Compare Source
🐛 Bug Fixes
📦️ Dependency Updates
v3.5.2Compare Source
🔍 Other Changes
v3.5.1Compare Source
🐛 Bug Fixes
📚 Documentation
🛡️ Security
📦️ Dependency Updates
New Contributors
v3.5.0Compare Source
🚀 Features
🐛 Bug Fixes
:by @zeitlinger in #666📚 Documentation
🔍 Other Changes
📦️ Dependency Updates
New Contributors
v3.4.0Compare Source
🚀 Features
🐛 Bug Fixes
🛡️ Security
🔍 Other Changes
📦️ Dependency Updates
e5de28aby @renovate[bot] in #6244c7e9f3by @renovate[bot] in #626e79a696by @renovate[bot] in #642New Contributors
v3.3.0Compare Source
🚀 Features
🐛 Bug Fixes
📚 Documentation
🔍 Other Changes
📦️ Dependency Updates
fc9eae0by @renovate[bot] in #613v3.2.1Compare Source
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
631a55bby @renovate[bot] in #56275cd116by @renovate[bot] in #563b906affby @renovate[bot] in #5665228313by @renovate[bot] in #56529eef33by @renovate[bot] in #571e18b497by @renovate[bot] in #57210c1cf6by @renovate[bot] in #576f0d45aeby @renovate[bot] in #590078e9d4by @renovate[bot] in #592New Contributors
uuid-rs/uuid (uuid)
v1.23.4Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4
v1.23.3Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3
v1.23.2Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2
v1.23.1Compare Source
What's Changed
msrvfeature from wasm-bindgen dependency by @guybedford in #877New Contributors
Full Changelog: uuid-rs/uuid@v1.23.0...v1.23.1
v1.23.0Compare Source
What's Changed
New Contributors
Special thanks
@meng-xu-cs raised a series of bugs against the timestamp logic in
uuidusing 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::MaxVersion::Max'su8representation has changed from0xffto0x0fto match the value returned byUuid::get_version_num.Change to
Uuid::get_versionfor the max UUIDUuid::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).Full Changelog: uuid-rs/uuid@v1.22.0...v1.23.0
v1.22.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.21.0...v1.22.0
v1.21.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.20.0...v1.21.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.