-
-
Notifications
You must be signed in to change notification settings - Fork 29
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 dependencies group with 8 updates #189
Conversation
Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.92` | | [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.2` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` | | [console-subscriber](https://github.com/tokio-rs/console) | `0.4.0` | `0.4.1` | | [image](https://github.com/image-rs/image) | `0.25.2` | `0.25.4` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` | | [internet-packet](https://github.com/mhils/internet-packet) | `0.2.1` | `0.2.2` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.29.11` | `0.32.0` | Updates `anyhow` from 1.0.89 to 1.0.92 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.92) Updates `once_cell` from 1.19.0 to 1.20.2 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.19.0...v1.20.2) Updates `tokio` from 1.40.0 to 1.41.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.0) Updates `console-subscriber` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/tokio-rs/console/releases) - [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml) - [Commits](tokio-rs/console@console-subscriber-v0.4.0...console-subscriber-v0.4.1) Updates `image` from 0.25.2 to 0.25.4 - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](image-rs/image@v0.25.2...v0.25.4) Updates `futures-util` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `internet-packet` from 0.2.1 to 0.2.2 - [Changelog](https://github.com/mhils/internet-packet/blob/main/CHANGELOG.md) - [Commits](mhils/internet-packet@0.2.1...0.2.2) Updates `sysinfo` from 0.29.11 to 0.32.0 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.29.11...v0.32.0) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: console-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: image dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: internet-packet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
@dependabot ignore sysinfo minor version |
OK, I won't notify you about version 0.32.x of sysinfo again, unless you unignore it. |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
@dependabot unignore sysinfo minor version |
OK, I will stop ignoring the sysinfo dependency. |
Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use |
@dependabot reopen |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the dependencies group with 8 updates:
1.0.89
1.0.92
1.19.0
1.20.2
1.40.0
1.41.0
0.4.0
0.4.1
0.25.2
0.25.4
0.3.30
0.3.31
0.2.1
0.2.2
0.29.11
0.32.0
Updates
anyhow
from 1.0.89 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 syntax6c52daa
Release 1.0.914986853
Merge pull request #388 from dtolnay/outdirf130b76
Clean up dep-info files from OUT_DIRa0b868a
Release 1.0.900f74169
Improve rendering of inline code in macros documentationUpdates
once_cell
from 1.19.0 to 1.20.2Changelog
Sourced from once_cell's changelog.
Commits
4fbd4a5
release 1.20.30aef2f8
Merge pull request #267 from taiki-e/portable-atomiccf87ac6
Remove "portable-atomic?/require-cas" from race feature3b9bd9b
release 1.20.1f61508a
Merge pull request #265 from taiki-e/portable-atomic449e5d7
Add portable-atomic feature and disable portable-atomic/critical-section by d...72f7c2e
Merge pull request #260 from brodycj/propagate-critical-section-to-portable-a...be6b623
v1.20.0f2d95bf
update Cargo (dev-)dependencies; update Cargo.lock.msrvdd6b5c2
ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGSUpdates
tokio
from 1.40.0 to 1.41.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
01e04da
chore: prepare Tokio v1.41.0 (#6917)92ccade
runtime: fix stability feature flags for docs (#6909)fbfeb9a
metrics: rename*_poll_count_*
to*_poll_time_*
(#6924)da745ff
metrics: add H2 Histogram option to improve histogram granularity (#6897)ce1c74f
metrics: fix deadlock in injection_queue_depth_multi_thread test (#6916)28c9a14
metrics: renameinjection_queue_depth
toglobal_queue_depth
(#6918)32e0b43
ci: freeze FreeBSD and wasm-unknown-unknown on rustc 1.81 (#6911)1656d8e
sync: addmpsc::Receiver::blocking_recv_many
(#6867)c9e998e
ci: print the correct sort order of the dictionary on failure (#6905)512e9de
rt: add LocalRuntime (#6808)Updates
console-subscriber
from 0.4.0 to 0.4.1Release notes
Sourced from console-subscriber's releases.
Commits
2dd6a0d
chore: release console-api-v0.8.1, console-subscriber-v0.4.1, tokio-console-v...eff20bd
chore: update tokio-console screenshots for v0.1.13 (#591)f4ee0df
chore: update dependencies (#590)ae17230
feat(console): add large future lints (#587)d2a9441
chore(deps): bump tonic from 0.12.0 to 0.12.3 (#588)e00097b
chore(deps-dev): bump vite from 5.1.7 to 5.4.8 in /console-subscriber/example...cbe5993
chore(deps): bump rollup in /console-subscriber/examples/grpc_web/app (#585)f8e1bee
fix(console): correct the grammar issue (#579)Updates
image
from 0.25.2 to 0.25.4Changelog
Sourced from image's changelog.
Commits
0307a47
Merge pull request #2354 from image-rs/release-0.25.4ac09ced
Propose wording for republishing as 0.25.45e6bf4f
Merge pull request #2352 from image-rs/changelog-update42d1396
Drop incorrect changelog entryd52a194
Merge pull request #2347 from Shnatsel/new-releasefe94eab
Mention lossless WebP improvements5976c19
Merge pull request #2349 from Shnatsel/orientation-in-metadata91a001f
Don't import orientation in doc example693079d
Reword ravif changelog entryfb5799b
Move Orientation to metadata moduleUpdates
futures-util
from 0.3.30 to 0.3.31Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
1e05281
Release 0.3.318a8b085
Fix clippy::uninit_vec warningf3fb74d
Document howBoxFuture
s /BoxStream
s are often made (#2887)f00e7af
Fix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3
ci: Work around sanitizer issue on latest Linux kernel7bf5a72
Fix issues withAsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884)87afaf3
Use#[inline(always)]
onclone_arc_raw
(#2865)549b90b
Add accessors for the inner of stream::Iter (#2875)07b004a
Add missing symbols (#2883)86dc069
Various fixes too make the CI green (#2885)Updates
internet-packet
from 0.2.1 to 0.2.2Changelog
Sourced from internet-packet's changelog.
Commits
d8b00b8
internet-packet 0.2.2a433039
add seq/ack modification2801cb9
Update ci.ymlUpdates
sysinfo
from 0.29.11 to 0.32.0Changelog
Sourced from sysinfo's changelog.
... (truncated)
Commits
e022ae4
Merge pull request #1354 from GuillaumeGomez/update0c5ca6a
Update migration guide for 0.329f14cba
Update crate version to 0.32.0eb7f147
Update CHANGELOG for 0.32.09c86e25
Fix new clippy lints2fb2903
Merge pull request #1353 from GuillaumeGomez/rm-dead-processes7452b8d
UpdateSystem::refresh_processes
API to give control over when to remove de...6f1d382
Merge pull request #1348 from kevinbaker/master6d5ea97
add dependency on windows SystemServices for disk1c87f50
win: add correct location of FILE_READ_ONLY_VOLUME, correct callMost Recent Ignore Conditions Applied to This Pull Request
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