Merged
Conversation
0786582 to
12c2d4e
Compare
c65356c to
4edccfa
Compare
8af81c2 to
8a7baa2
Compare
cd6518e to
8489be2
Compare
93683ec to
07e6a4b
Compare
2f2e8b3 to
8f1c2eb
Compare
6f7a14c to
986bb2b
Compare
d50a72e to
77297e1
Compare
a7783e8 to
00e794b
Compare
2c7c3a4 to
dd50d97
Compare
d3193d9 to
18f4881
Compare
919647a to
7b70bf5
Compare
dcedba8 to
8d37a79
Compare
e3b6d2f to
bbabc3f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #81 +/- ##
=======================================
Coverage 81.96% 81.96%
=======================================
Files 7 7
Lines 122 122
=======================================
Hits 100 100
Misses 22 22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.8.0->0.10.0Release Notes
iqlusioninc/crates (secrecy)
v0.10.3Added
SecretSlices cloneable (#1236)From<&str>forSecretString(#1237)v0.10.2Added
DeserializeforSecretString(#1220)v0.10.1Added
CloneforSecretString(#1217)v0.10.0This release represents a significant redesign of the
secrecycrate. We will update this sectionwith upgrade instructions based on feedback from people upgrading, as it's been a long time since
the previous release, and this release includes a number of breaking changes.
The most notable change is the generic
Secret<T>type has been removed: instead useSecretBox<T>which stores secrets on the heap instead of the stack. Many of the other changes fall out of this
change and things which were previously type aliases of
Secret<T>are now type aliases ofSecretBox<T>.This unfortunately means this crate no longer has support for "heapless"
no_stdtargets. We don'thave a good solution for these targets, which was a motivation for this change in the first place.
Added
SecretBox::{init_with, try_init_with}(#1212)SecretBox::init_with_mut(#1213)?Sizedbounds forSecretBox(#1213)SecretSlice<T>(#1214)Changed
SecretBox<T>is now a newtype rather than a type alias of `Secret<Box> (#1140)SecretStringis now a type alias forSecretBox<str>(#1213)serdedefault features (#1194)Removed
allocfeature: now a hard dependency (#1140)bytescrate integration: no replacement (#1140)DebugSecrettrait: no replacement (#1140)Secret<T>: useSecretBox<T>instead (#1140)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.