Fix/fix file share upload#771
Merged
kitsudaiki merged 7 commits intodevelopfrom Dec 4, 2025
Merged
Conversation
Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.8.3 to 2.8.4. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.3...v2.8.4) --- updated-dependencies: - dependency-name: pest_derive dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.3.4/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.3.3...v2.3.4) --- updated-dependencies: - dependency-name: diesel dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [actix-web](https://github.com/actix/actix-web) from 4.11.0 to 4.12.1. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md) - [Commits](actix/actix-web@web-v4.11.0...web-v4.12.1) --- updated-dependencies: - dependency-name: actix-web dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 1.1.1 to 1.1.2. - [Commits](olekukonko/tablewriter@v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: github.com/olekukonko/tablewriter dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
For building the arm docker-image now native arm runner are used instead of the old cross-compiling to make the build process much faster. Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
87dbda2 to
bcb4bce
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.
Pull Request
Description
Related Issues
How it was tested?