-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
build(deps): bump the cargo-minor group with 7 updates #18468
Conversation
@adrian17: servo/rust-url#836 (comment)
I remember you mentioning that this is something that we don't really need, but bloats up the binary size a lot. |
|
||
[[package]] | ||
name = "ashpd" | ||
version = "0.10.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😢
name = "zbus" | ||
version = "5.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit too many added duplicates for me... :/
Bumps the cargo-minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.91` | `1.0.92` | | [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.3` | | [syn](https://github.com/dtolnay/syn) | `2.0.85` | `2.0.87` | | [sys-locale](https://github.com/1Password/sys-locale) | `0.3.1` | `0.3.2` | | [ashpd](https://github.com/bilelmoussaoui/ashpd) | `0.9.2` | `0.10.2` | | [futures-lite](https://github.com/smol-rs/futures-lite) | `2.3.0` | `2.4.0` | | [insta](https://github.com/mitsuhiko/insta) | `1.41.0` | `1.41.1` | Updates `anyhow` from 1.0.91 to 1.0.92 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.91...1.0.92) Updates `url` from 2.5.2 to 2.5.3 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.2...v2.5.3) Updates `syn` from 2.0.85 to 2.0.87 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.85...2.0.87) Updates `sys-locale` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/1Password/sys-locale/releases) - [Changelog](https://github.com/1Password/sys-locale/blob/main/CHANGELOG.md) - [Commits](1Password/sys-locale@v0.3.1...v0.3.2) Updates `ashpd` from 0.9.2 to 0.10.2 - [Release notes](https://github.com/bilelmoussaoui/ashpd/releases) - [Commits](bilelmoussaoui/ashpd@0.9.2...0.10.2) Updates `futures-lite` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](smol-rs/futures-lite@v2.3.0...v2.4.0) Updates `insta` from 1.41.0 to 1.41.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.41.0...1.41.1) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: sys-locale dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: ashpd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
bececa8
to
731d3fa
Compare
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the cargo-minor group with 7 updates:
1.0.91
1.0.92
2.5.2
2.5.3
2.0.85
2.0.87
0.3.1
0.3.2
0.9.2
0.10.2
2.3.0
2.4.0
1.41.0
1.41.1
Updates
anyhow
from 1.0.91 to 1.0.92Release notes
Sourced from anyhow's releases.
Commits
fd03a8e
Release 1.0.92a16252b
Merge pull request #390 from dtolnay/rawaddrfcf2ef8
Compile &raw test on Rust 1.82+ only1e7e9fe
Parse raw address expression syntax7d1a8f9
Add test of raw addr expression syntaxUpdates
url
from 2.5.2 to 2.5.3Release notes
Sourced from url's releases.
Commits
8a683ff
Merge idna-v1x to main (#990)08a3268
OSS-Fuzz: Add more fuzzers (#988)5d363cc
Improve serde error output (#982)30e6258
fix: support wasm32-wasip2 on stable channel (#983)bf089c4
support hermit (#985)b08a655
Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)ebd5cfb
no_std
support for theurl
crate (#831)7eccac9
Add a test for and fix issue #974 (#975)710e1e7
refactor and add tests for percent encoding (#977)6050a6e
mention why we pin unicode-width (#972)Updates
syn
from 2.0.85 to 2.0.87Release notes
Sourced from syn's releases.
Commits
a777cff
Release 2.0.871f103d4
Merge pull request #1779 from dtolnay/scan0986a66
Ignore enum_glob_use pedantic clippy lintca97c7d
Translate expr scanner to table driven8039cb3
Test that every expr can be scanned0132c44
Make scan_expr compilable from integration test7c102c3
Extract non-full expr scanner to moduleceaf4d6
Merge pull request #1778 from dtolnay/exprpeeka890e9d
Expose can_begin_expr as Expr::peek12f068c
Merge pull request #1777 from dtolnay/anygroupUpdates
sys-locale
from 0.3.1 to 0.3.2Release notes
Sourced from sys-locale's releases.
Commits
7026899
Release 0.3.22c6887f
Run tests on iOS using Mac Catalystb0a0771
Add basic support for other Apple platforms5e3ed81
Improved documentation forget_locale
andget_locales
(#37)de5d48c
unix.rs: modified_get
to returnIterator
instead ofOption
(#35)d3d3234
Added .gitignore to Cargo crate exclude paths (#34)5ad8ae1
unix.rs: Added POSIX modifiers support for BCP47 conversion (#33)13823e9
Added Cargo crate exclude pathsf128885
.gitignore: reformatted and added IDE patterns1297689
Fix inefficient buffer clippy warning on WindowsUpdates
ashpd
from 0.9.2 to 0.10.2Release notes
Sourced from ashpd's releases.
Commits
87ca64b
Release 0.10.2ca96396
docs: Build backend feature for docs.rs as well9760626
Release 0.10.1acc69ad
desktop/notification: Fix glib enum feature7aff974
Bump version to 0.10.0f9caf80
deskto/notification: Support V2291726a
activation-token: Fix clippy warningb61d118
demo: Bump to ashpd gite9d9d92
activation token: Add a Wayland implementation98c44dd
fixup! activation_token: Provide GTK 4 helperUpdates
futures-lite
from 2.3.0 to 2.4.0Release notes
Sourced from futures-lite's releases.
Changelog
Sourced from futures-lite's changelog.
Commits
7aa7bd7
v2.4.0f966912
ci: Use "v2.0.0" branch for security check24be08c
chore: Fix typo (#108)312753d
Fix elided_named_lifetimes warning (#109)12509a0
fix: drop completed futures inZip
andTryZip
9160e8a
m: Silence clippy6f89c8b
m: Rename take_until to stop_after_future091964c
feat: addStreamExt::take_until
da2f2a2
feat: add a way to fuse futuresUpdates
insta
from 1.41.0 to 1.41.1Release notes
Sourced from insta's releases.
Changelog
Sourced from insta's changelog.
Commits
cb08d92
Bump version to 1.41.1 (#681)6d555d4
Changelog for 1.41.1 (#680)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions