Update Rust crate remi-s3 to 0.5.0 - autoclosed #5
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.4.3
->0.5.0
Release Notes
Noelware/remi-rs (remi-s3)
v0.5.0
Compare Source
This revision of the
remi
family of crates is hopefully a stableStorageService
trait and a new crate calledremi-azure
, which is a new crate that supports Azure's Blob storage service; it does use an unofficial SDK but is maintained by the Azure team itself.remi-gridfs
has now a full implementation available in this release as well.✨ Breaking Changes
remi-core
has been replaced withremi
since it should serve the same purpose.*Request
objects inremi
usemut self
instead of&mut self
.🔐 Dependency Updates
aws-sdk-s3
from v1.1.0 to v1.12.0 (@renovate-bot, #69, #80, #81, #84, #90, #91, #94, #95, #96, #102)aws-config
from v1.0.1 to v1.1.2 (@renovate-bot, #82, #88, #91, #102)aws-credential-types
from v1.0.1 to v1.1.2 (@renovate-bot, #83, #89, #91, #102)tokio
from v1.34.0 to v1.35.1 (@renovate-bot, #85, #92)file-format
from v0.22.0 to v0.23.0 (@renovate-bot, #86)mongodb
from v2.7.0 to v2.8.0async-trait
from v0.1.73 to v0.1.77 (@renovate-bot, #93, #98, #99, #104)futures
from v0.3.29 to v0.3.30 (@renovate-bot, #97, #104)serde
from v1.0.193 to v1.0.195 (@renovate-bot, #100, #101)serde_json
from v1.0.108 to v1.0.111 (@renovate-bot, #107)serde_yaml
from v0.9.27 to v0.9.30 (@renovate-bot, #108)Full Changelog: Noelware/remi-rs@0.4.3...0.5.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.