-
-
Notifications
You must be signed in to change notification settings - Fork 845
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 9 updates #19772
Conversation
Bumps the cargo-minor group with 9 updates: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` | | [tokio](https://github.com/tokio-rs/tokio) | `1.43.0` | `1.44.0` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.1` | `2.8.0` | | [either](https://github.com/rayon-rs/either) | `1.14.0` | `1.15.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.99` | `2.0.100` | | [webbrowser](https://github.com/amodm/webbrowser-rs) | `1.0.3` | `1.0.4` | | [ashpd](https://github.com/bilelmoussaoui/ashpd) | `0.10.2` | `0.11.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.18.0` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.6` | `0.11.7` | Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) Updates `tokio` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.0) Updates `indexmap` from 2.7.1 to 2.8.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.7.1...2.8.0) Updates `either` from 1.14.0 to 1.15.0 - [Commits](rayon-rs/either@1.14.0...1.15.0) Updates `syn` from 2.0.99 to 2.0.100 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.99...2.0.100) Updates `webbrowser` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/amodm/webbrowser-rs/releases) - [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md) - [Commits](amodm/webbrowser-rs@v1.0.3...v1.0.4) Updates `ashpd` from 0.10.2 to 0.11.0 - [Release notes](https://github.com/bilelmoussaoui/ashpd/releases) - [Commits](bilelmoussaoui/ashpd@0.10.2...0.11.0) Updates `tempfile` from 3.15.0 to 3.18.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.15.0...v3.18.0) Updates `env_logger` from 0.11.6 to 0.11.7 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.6...v0.11.7) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: either dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: webbrowser 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: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
[[package]] | ||
name = "ashpd" | ||
version = "0.11.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df" | ||
dependencies = [ | ||
"enumflags2", | ||
"futures-channel", | ||
"futures-util", | ||
"rand 0.9.0", | ||
"serde", | ||
"serde_repr", | ||
"tokio", | ||
"url", | ||
"zbus", | ||
] | ||
|
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.
That's still not nice. PolyMeilex/rfd#240 is now merged, just not yet released.
@dependabot ignore ashpd |
@dependabot ignore ashpd |
OK, I won't notify you about ashpd again, unless you unignore it. |
@dependabot ignore tempfile |
OK, I won't notify you about tempfile again, unless you unignore it. |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the cargo-minor group with 9 updates:
1.0.218
1.0.219
1.43.0
1.44.0
2.7.1
2.8.0
1.14.0
1.15.0
2.0.99
2.0.100
1.0.3
1.0.4
0.10.2
0.11.0
3.15.0
3.18.0
0.11.6
0.11.7
Updates
serde
from 1.0.218 to 1.0.219Release notes
Sourced from serde's releases.
Commits
49d098d
Release 1.0.21940f1d19
Wrap dummy.rs to 80 columns514848b
Merge pull request #2906 from davidzeng0/master168b6cf
fix clippy absolute paths warninga8bdd17
Remove unused Punctuated import1c96013
Resolve mem_replace_with_default clippy lintf0d1ae0
Ignore elidable_lifetime_names pedantic clippy linte3eaa6a
Merge pull request #2896 from dtolnay/stabledoc6a630cf
Also link to stable proc_macroUpdates
tokio
from 1.43.0 to 1.44.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
8182ecf
chore: prepare Tokio v1.44.0 (#7202)a258bff
ci: enable printing in multi thread loom tests (#7200)e076d21
process: clarifyChild::kill
behavior (#7162)042433c
net: debug_assert on creating a tokio socket from a blocking one (#7166)0284d1b
macros: makeselect!
budget-aware (#7164)710bc80
rt: coop should yield using waker defer strategy (#7185)a2b12bd
readme: adjust release schedule to once per month (#7191)e7b593c
process: fix grammar of theChildStdin
struct doc comment (#7192)3aaf4a5
coop: adjust grammar intests/coop_budget.rs
(#7173)8e741c1
tokio: mark 1.43 as LTS (#7189)Updates
indexmap
from 2.7.1 to 2.8.0Changelog
Sourced from indexmap's changelog.
Commits
dd06e57
Merge pull request #381 from cuviper/release-2.8.0ab5c2df
Release 2.8.0b10b273
Merge pull request #380 from iajoiner/feat/macros-no-std5fd8971
feat: addindexmap_with_default
andindexset_with_default
macros5b133ae
Merge pull request #376 from cuviper/slice-eqb56f035
Merge pull request #378 from cuviper/indexese7e4de4
Correct "indexes" to "indices" inKeys
doca34d7ae
Merge pull request #377 from waywardmonkeys/update-to-rand-0.9b8bdead
Upgrade dev-dependencyrand
to 0.93c1aa95
Make slicePartialEq
more genericUpdates
either
from 1.14.0 to 1.15.0Commits
59ae1fc
Merge pull request #120 from cuviper/release-1.15.07f4bf02
Release 1.15.056178e9
Merge pull request #119 from klkvr/klkvr/fix-no-std80b6f2a
fix last references of use_std2b71801
serde 1.0.958c1ea3e
use_std -> stdd743e25
fix: no-std with serde featureUpdates
syn
from 2.0.99 to 2.0.100Release notes
Sourced from syn's releases.
Commits
5357c8f
Release 2.0.10078a1efb
Merge pull request #1852 from dtolnay/tokenstream01a9e6d
Visit TokenStream in generated syntax tree traversals22bd069
Bypass instantiating Span-specific visit functionsbf0a11d
Generalize proc_macro2 path to other terminal typesc38857a
Simplify reference-to-references90381ea
Sort TERMINAL_TYPES alphabetically6a860b0
Update test suite to nightly-2025-03-08aed58d1
Update test suite to nightly-2025-03-05Updates
webbrowser
from 1.0.3 to 1.0.4Release notes
Sourced from webbrowser's releases.
Changelog
Sourced from webbrowser's changelog.
Commits
4cd17c5
Release v1.0.4 [skip ci]0f4d885
ios: Re-add nullability check forsharedApplication
def4de1
Merge branch 'MarijnS95-objc2-0.6'. See PR #95f287749
ios: Upgrade toobjc2 0.6
and drop dependency onblock2
3ea6f97
fix ios build #build-ios0638fdb
ios: prepare for objc2 frameworks v0.3Updates
ashpd
from 0.10.2 to 0.11.0Release notes
Sourced from ashpd's releases.
Commits
621dde4
desktop/usb: Mark AcquireDevice as private21ace41
demo: Add a WIP global shortcuts page56e6e1f
demo/usb: Small cleanups70e8dfd
desktop/print: Use boolean externally for collate/reverse8683be9
desktop/print: Mark use-color as a String3922a67
desktop/print: Fix PageSetup fields names79868e6
demo: Update depscf57aae
demo: Added USB portal support4dc394e
desktop: Added usb portalc097e15
flatpak: Allow the base bus name in flatpakUpdates
tempfile
from 3.15.0 to 3.18.0Changelog
Sourced from tempfile's changelog.
Commits
b8bddaf
release 3.18.00e17869
update rustix (#336)6cf6536
doc: fix markdowndf39d15
doc: document atomicity ofpersist_noclobber
(#334)714a259
chore: release 3.17.178309ed
fix: cast handle to the windows crate HANDLE (#332)6e7d167
chore: release 3.17.03718075
doc: remove incorrect documentation about windows and open files461369f
feat: delete unnamed temporary files on windows immediately78d30a2
doc: clarify "inner file will be deleted" documentation (#329)Updates
env_logger
from 0.11.6 to 0.11.7Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
e36452e
chore: Release84ef0cf
docs: Update changelogd6c8c2a
Merge pull request #352 from oherrala/jiffd8dccfc
chore(deps): Switch humantime to jiffa27b3c8
chore: Add tests for humantime formattinga93b787
chore(deps): Update Rust Stable to v1.85 (#350)c5d4d46
chore(deps): Update Rust Stable to v1.84 (#348)fa50112
chore(deps): Update Rust crate snapbox to v0.6.21 (#347)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