Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate remi-fs to 0.9.0 #449

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2024

This PR contains the following updates:

Package Type Update Change
remi-fs dependencies minor 0.7.1 -> 0.9.0

Release Notes

Noelware/remi-rs (remi-fs)

v0.9.1

Compare Source

This release just fixes a docs.rs build failure for remi-s3.

No other changes are present. Continue to watch the primary branch for development on 0.10.0

v0.9.0

Compare Source

Breaking Changes

  • Removed all deprecated types, methods, etc (@​auguwu)
  • [remi-fs] async_std is no longer supported for async I/O (@​auguwu)
  • [remi-fs] drop the dirs crate for etcetera (@​auguwu)
  • [remi-fs] drop the serde_yaml crate for serde_yaml_ng (@​auguwu)

Additions

  • Added the unstable crate feature to all crates (@​auguwu)
  • Added basic healthcheck API (not all official crates support this!) (@​auguwu)
  • All crates have an "export" crate feature that allows to use the pinned versions of their respected storage provider's crates instead of including them yourself (@​auguwu)

Fixes

  • [remi-fs] Remove double allocation in the content type resolver set, it only does one. (@​auguwu)
  • All crates' READMEs are fresh and new (@​auguwu)

Full Changelog: Noelware/remi-rs@0.8.1...0.9.0

v0.8.1

Compare Source

What's Changed

  • Update Rust crate mongodb to 3.1.0 to accommodate upstream dependencies.

No other changes are present. Continue to watch the primary branch for development on 0.9.0.

v0.8.0

Compare Source

[!IMPORTANT]
MSRV was bumped up from v1.74.0 to v1.75 and higher on all crates

➕ Additions

  • [remi-azure][remi-azure]: Allow uploading metadata into a blob when using StorageService#upload (@​auguwu)

😱 Breaking Changes

  • [remi-fs][remi-fs]: Return [Cow<'static, str>][Cow<'static, str>] in [ContentTypeResolver][ContentTypeResolver] trait to prevent un-needed allocations on static strings (@​auguwu)
  • [remi][remi]: All methods in StorageService require Self: Sized.

😔 Deprecations

  • [remi][remi] (scheduled removal in release v0.9.0): StorageService::NAME is deprecated in this release and will be replaced by StorageService::name to allow StorageService to be a object-safe trait.

🐛 Fixes

  • [remi-azure][remi-azure]: sanitize ~/ and ./ paths (@​auguwu)
  • [remi-azure][remi-azure]: ensure that blob exists, otherwise, Ok(None) is returned in remi_azure::StorageService::blob (@​auguwu)
  • [remi-gridfs][remi-gridfs]: fix content type detection (@​auguwu)
  • [remi-gridfs][remi-gridfs]: ensure that contentType metadata field is avaliable if provided in remi::StorageService::upload (@​auguwu)
  • [remi-fs][remi-fs]: fix implementations of default_resolver when using serde_json & serde_yaml features (@​auguwu)
  • [remi-fs][remi-fs]: in serde_json/serde_yaml usage, return text/plain on non JSON objects/arrays & non YAML mapping/sequences (@​auguwu)
  • [remi-fs][remi-fs]: allow overwriting a file's contents when uploading, otherwise, the file is atomically created (@​auguwu)

🔒 Dependency Updates

Kind Dependency From To By
Rust crate [aws-smithy-runtime-api][aws-smithy-runtime-api] v1.4.0 v1.5.0 @​renovate-bot in #​151
Rust crate [serde][serde] v1.0.199 v1.0.200 @​renovate-bot in #​152
Rust crate [aws-sdk-s3][aws-sdk-s3] v1.2.1 v1.3.0 @​renovate-bot in #​153
Rust crate [aws-config][aws-config] v1.24.0 v1.25.0 @​renovate-bot in #​153
Rust crate [tokio-util][tokio-util] v0.7.10 v0.7.11 @​renovate-bot in #​154
Rust crate [file-format][file-format] v0.24.0 v0.25.0 @​renovate-bot in #​155

Full Changelog: Noelware/remi-rs@0.7.1...0.8.0


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented May 24, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.9.1
    Updating crates.io index
error: failed to select a version for the requirement `remi-fs = "^0.7.0"`
candidate versions found which didn't match: 0.9.1
location searched: crates.io index
required by package `noelware-remi v0.1.0 (https://github.com/Noelware/core-rs?rev=e5802ca9c317431e667542d4b63d508685edae0d#e5802ca9)`
    ... which satisfies git dependency `noelware-remi` (locked to 0.1.0) of package `hazel v2.0.0 (/tmp/renovate/repos/github/Noelware/hazel)`

@renovate renovate bot requested a review from auguwu as a code owner May 24, 2024 10:33
@renovate renovate bot force-pushed the renovate/remi-fs-0.x branch 6 times, most recently from 8853744 to 3e3acc8 Compare May 31, 2024 07:59
@renovate renovate bot force-pushed the renovate/remi-fs-0.x branch 5 times, most recently from 33596b6 to 9636201 Compare June 11, 2024 21:52
@renovate renovate bot force-pushed the renovate/remi-fs-0.x branch 4 times, most recently from 3d65daa to 24ec3fa Compare June 19, 2024 04:27
@renovate renovate bot force-pushed the renovate/remi-fs-0.x branch 3 times, most recently from 14caf1c to 7021e74 Compare June 25, 2024 09:08
@renovate renovate bot force-pushed the renovate/remi-fs-0.x branch 6 times, most recently from 3bf729e to 80e7dda Compare July 7, 2024 01:39
@renovate renovate bot force-pushed the renovate/remi-fs-0.x branch 2 times, most recently from 96c4c1f to 3bee076 Compare July 16, 2024 22:46
@renovate renovate bot changed the title fix(deps): update rust crate remi-fs to 0.8.0 fix(deps): update rust crate remi-fs to 0.9.0 Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants