-
Notifications
You must be signed in to change notification settings - Fork 32
chore(deps): bump the all-rust-deps group with 30 updates #598
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
Merged
Conversation
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
Bumps the all-rust-deps group with 30 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.56` | | [notify](https://github.com/notify-rs/notify) | `6.1.1` | `8.2.0` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.17` | `0.7.18` | | [toml](https://github.com/toml-rs/toml) | `0.9.10+spec-1.1.0` | `0.9.11+spec-1.1.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.178` | `0.2.180` | | [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.43` | | [anstyle-crossterm](https://github.com/rust-cli/anstyle) | `3.0.1` | `4.0.2` | | [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` | | [ratatui](https://github.com/ratatui/ratatui) | `0.29.0` | `0.30.0` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.12.1` | `2.13.0` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.1.1` | `2.1.2` | | [insta](https://github.com/mitsuhiko/insta) | `1.45.1` | `1.46.2` | | [schemars](https://github.com/GREsau/schemars) | `0.8.22` | `1.2.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` | | [serde_json](https://github.com/serde-rs/json) | `1.0.148` | `1.0.149` | | [tokio](https://github.com/tokio-rs/tokio) | `1.48.0` | `1.49.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.19.0` | `1.20.0` | | [lru](https://github.com/jeromefroe/lru-rs) | `0.12.5` | `0.16.2` | | [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.64` | `0.1.65` | | [zip](https://github.com/zip-rs/zip2) | `7.0.0` | `7.2.0` | | [nix](https://github.com/nix-rust/nix) | `0.30.1` | `0.31.1` | | [ansi-to-tui](https://github.com/ratatui/ansi-to-tui) | `8.0.0` | `8.0.1` | | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `0.12.0` | `0.14.0` | | [jsonschema](https://github.com/Stranger6667/jsonschema) | `0.38.1` | `0.40.2` | | [which](https://github.com/harryfei/which-rs) | `6.0.3` | `8.0.0` | | [signal-hook](https://github.com/vorner/signal-hook) | `0.4.1` | `0.4.3` | | [tower](https://github.com/tower-rs/tower) | `0.5.2` | `0.5.3` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.17` | `0.1.18` | | [criterion](https://github.com/criterion-rs/criterion.rs) | `0.5.1` | `0.8.1` | | [serial_test](https://github.com/palfrey/serial_test) | `3.2.0` | `3.3.1` | Updates `clap` from 4.5.53 to 4.5.56 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.53...clap_complete-v4.5.56) Updates `notify` from 6.1.1 to 8.2.0 - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/notify-8.2.0/CHANGELOG.md) - [Commits](notify-rs/notify@notify-6.1.1...notify-8.2.0) Updates `tokio-util` from 0.7.17 to 0.7.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.17...tokio-util-0.7.18) Updates `toml` from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.10...toml-v0.9.11) Updates `libc` from 0.2.178 to 0.2.180 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.178...0.2.180) Updates `chrono` from 0.4.42 to 0.4.43 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.42...v0.4.43) Updates `anstyle-crossterm` from 3.0.1 to 4.0.2 - [Commits](rust-cli/anstyle@anstyle-crossterm-v3.0.1...anstyle-crossterm-v4.0.2) Updates `url` from 2.5.7 to 2.5.8 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.7...v2.5.8) Updates `ratatui` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](ratatui/ratatui@v0.29.0...ratatui-v0.30.0) Updates `indexmap` from 2.12.1 to 2.13.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.12.1...2.13.0) Updates `assert_cmd` from 2.1.1 to 2.1.2 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.1.1...v2.1.2) Updates `insta` from 1.45.1 to 1.46.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.45.1...1.46.2) Updates `schemars` from 0.8.22 to 1.2.0 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.22...v1.2.0) Updates `thiserror` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.17...2.0.18) Updates `serde_json` from 1.0.148 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.148...v1.0.149) Updates `tokio` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) Updates `uuid` from 1.19.0 to 1.20.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.19.0...v1.20.0) Updates `lru` from 0.12.5 to 0.16.2 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.12.5...0.16.2) Updates `iana-time-zone` from 0.1.64 to 0.1.65 - [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md) - [Commits](strawlab/iana-time-zone@v0.1.64...v0.1.65) Updates `zip` from 7.0.0 to 7.2.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v7.0.0...v7.2.0) Updates `nix` from 0.30.1 to 0.31.1 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.30.1...v0.31.1) Updates `ansi-to-tui` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/ratatui/ansi-to-tui/releases) - [Changelog](https://github.com/ratatui/ansi-to-tui/blob/main/CHANGELOG.md) - [Commits](ratatui/ansi-to-tui@v8.0.0...v8.0.1) Updates `rmcp` from 0.12.0 to 0.14.0 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v0.12.0...rmcp-v0.14.0) Updates `jsonschema` from 0.38.1 to 0.40.2 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@rust-v0.38.1...rust-v0.40.2) Updates `which` from 6.0.3 to 8.0.0 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@6.0.3...8.0.0) Updates `signal-hook` from 0.4.1 to 0.4.3 - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](vorner/signal-hook@v0.4.1...v0.4.3) Updates `tower` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.5.2...tower-0.5.3) Updates `tokio-stream` from 0.1.17 to 0.1.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.17...tokio-stream-0.1.18) Updates `criterion` from 0.5.1 to 0.8.1 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@0.5.1...criterion-v0.8.1) Updates `serial_test` from 3.2.0 to 3.3.1 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.2.0...v3.3.1) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: notify dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-rust-deps - dependency-name: tokio-util dependency-version: 0.7.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: libc dependency-version: 0.2.180 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: chrono dependency-version: 0.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: anstyle-crossterm dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-rust-deps - dependency-name: url dependency-version: 2.5.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: ratatui dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: indexmap dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: assert_cmd dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: insta dependency-version: 1.46.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: schemars dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-rust-deps - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: uuid dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: lru dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: iana-time-zone dependency-version: 0.1.65 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: zip dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: nix dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: ansi-to-tui dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: rmcp dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: jsonschema dependency-version: 0.40.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-rust-deps - dependency-name: signal-hook dependency-version: 0.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: tower dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: tokio-stream dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-rust-deps - dependency-name: criterion dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps - dependency-name: serial_test dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-rust-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Bumps the all-rust-deps group with 30 updates:
4.5.534.5.566.1.18.2.00.7.170.7.180.9.10+spec-1.1.00.9.11+spec-1.1.00.2.1780.2.1800.4.420.4.433.0.14.0.22.5.72.5.80.29.00.30.02.12.12.13.02.1.12.1.21.45.11.46.20.8.221.2.02.0.172.0.181.0.1481.0.1491.48.01.49.01.19.01.20.00.12.50.16.20.1.640.1.657.0.07.2.00.30.10.31.18.0.08.0.10.12.00.14.00.38.10.40.26.0.38.0.00.4.10.4.30.5.20.5.30.1.170.1.180.5.10.8.13.2.03.3.1Updates
clapfrom 4.5.53 to 4.5.56Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
9cec100chore: Release00e72e0docs: Update changelogc7848ffMerge pull request #6094 from epage/home60184fbfeat(complete): Expand ~ in native completions09969d3chore(deps): Update Rust Stable to v1.89 (#6093)520beb5chore: Release2bd8ab3docs: Update changelog220875bMerge pull request #6091 from epage/possiblee5eb6c9fix(help): Integrate 'Possible Values:' into 'Arg::help'594a771refactor(help): Make empty tracking more consistentUpdates
notifyfrom 6.1.1 to 8.2.0Release notes
Sourced from notify's releases.
... (truncated)
Changelog
Sourced from notify's changelog.
... (truncated)
Commits
a1d7c2dPrepare release (#706)c685ea7Skip allModifyevents right after aCreateevent, unless it's a rename e...e36d54efix: INotifyWatcher may raise events with no paths (#700)394ef18feat(inotify): notify a user if themax_user_watcheshas been reached impli...04473dechore: Prepare 8.1.0 release (#697)12a026dfix: makePathsMut::commitconsuming (#695)d824023feat: introduceWatcher::paths_mutfor adding/removing paths in batch (#692)b984134Do not clone paths while walking dirs (#693)416ba82chore: Use MSRV for Clippy and rustfmt (#694)10ce3efUpdatewindows-systo v0.60 (#691)Updates
tokio-utilfrom 0.7.17 to 0.7.18Commits
9cc02ccchore: prepare tokio-util 0.7.18 (#7829)d2799d7task: improve the docs ofBuilder::spawn_local(#7828)4d4870ftask: doc that task drops before JoinHandle completion (#7825)fdb1509fs: check for io-uring opcode support (#7815)426a562rt: removeallow(dead_code)afterJoinSetstabilization (#7826)e3b89bbchore: prepare Tokio v1.49.0 (#7824)4f577b8Merge 'tokio-1.47.3' into 'master'f320197chore: prepare Tokio v1.47.3 (#7823)ea6b144ci: freeze rustc on nightly-2025-01-25 innetlify.toml(#7652)264e703Mergetokio-1.43.4intotokio-1.47.x(#7822)Updates
tomlfrom 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0Commits
febf44cchore: Release5009cf2docs: Update changelogb5798aafix(toml): Support serializing u64, i128, u128 (#1086)9fd8b72fix(toml): Support serializing i128/u12894fc5e0fix(toml): Support serializing full u64 range2e09401chore: ReleaseUpdates
libcfrom 0.2.178 to 0.2.180Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
4b38c69chore: release libc 0.2.180300e643qnx: add missing BPF and ifreq structures12fd831ci: Add rtems to basic tier 3 checksb062844Only test addresses of cmsghdrs that are multiples of the size of cmsghdr.676a4f8linux: Movemembarrier.hconstants tosrc/new0803faelinux: Restructurenetlinktosrc/new72f4c1auclibc: Re-enable__SIZEOF_PTHREAD_COND_Ton non-L4Re uclibc757e55anetbsd/riscv64.rs: make changes so that this builds again.042f118musl: Fix incorrect definitions of struct stat on some architectures03755c4linux, emscripten, android, l4re: handle zero-sized payload differences in CM...Updates
chronofrom 0.4.42 to 0.4.43Release notes
Sourced from chrono's releases.
Commits
45caaa9Update copyright year to 2026 in LICENSE.txt1c0b8f0Bump version to 0.4.43a03e43bUpgrade windows-bindgen to 0.664fedabaIgnore bincode advisoryf4b7bbdBump actions/checkout from 5 to 6db12973Added doctest for the NaiveDate years_since function (#1755)34b5f49chore: minor improvement for docs8c82711Bump actions/setup-node from 5 to 6ea1f11bDrop deny lints, eager Debug impls are a mixed blessing35f9f2dAdd feature gated defmt support.Updates
anstyle-crosstermfrom 3.0.1 to 4.0.2Commits
550de4dchore: Release094640cdocs: Update changelog6aec7d7Merge pull request #265 from aschey/main96dbb44fix(crossterm): fix color conversione4e2347chore: Release03f5d6aMerge pull request #264 from epage/alloc3f49744perf(roff): Remove extra allocationsd5351f4chore: Release44e1d1dfix(roff): Minimize size of output (#263)9c2b802fix(roff): Minimize size of outputUpdates
urlfrom 2.5.7 to 2.5.8Commits
d6ea13cBump to 2.5.88269ac3ci: update cargo-deny config, bump cargo-deny-action to v2 (#1092)6dfdf17chore: fix some typos in comments (#1090)b06048dAttempt to fix 1.82 CI (#1085)9771ab5Fix roundtripping issue (#1079)22b925fImprove Compile Times withserde_derive(#1075)0afccc9fix outdated docs for ParseError (#1074)Updates
ratatuifrom 0.29.0 to 0.30.0Release notes
Sourced from ratatui's releases.
... (truncated)
Changelog
Sourced from ratatui's changelog.
... (truncated)
Commits
0a2a7c0chore(ratatui): unleash the rats v0.30.0 (#2294)8c620d6docs(widgets): add link to no-std concept page (#2288)686d955chore: re-release 0.30.0-beta.1 (#2292)04e86bbchore: revert the 0.30-beta.1 update to re-trigger release-plz (#2291)06a30ccchore(widgets): disable scrape-examples and revert ratatui dev dep (#2290)3936b10chore: release 0.30.0-beta.1 (#2287)1f7efe9build(deps): bump dtolnay/rust-toolchain from 0b1efabc08b657293548b77fb76cc02...fbd560abuild(deps): bump taiki-e/install-action from 2.63.3 to 2.65.1 (#2282)4495754build(deps): bump serde_json from 1.0.145 to 1.0.146 (#2284)a8d8afebuild(deps): bump tracing from 0.1.43 to 0.1.44 (#2283)Updates
indexmapfrom 2.12.1 to 2.13.0Changelog
Sourced from indexmap's changelog.
Commits
a4aba99Merge pull request #431 from cuviper/release-2.13.0e345f3aRelease 2.13.0e6b677bMerge pull request #430 from cuviper/split_at_checked61c9d53AddSlice::split_at_checkedandsplit_at_mut_checked8b8d350Merge pull request #426 from cuviper/clone-intokv88efd0cimpl Clone for IntoKeysandIntoValues3b6d04bMerge pull request #425 from cuviper/inner-coreeb30eb1Move crate::map::core to crate::innerUpdates
assert_cmdfrom 2.1.1 to 2.1.2Changelog
Sourced from assert_cmd's changelog.
Commits
edda0b2chore: Release assert_cmd version 2.1.2891d412docs: Update changeloge39dc36Merge pull request #267 from epage/mustd947cb0fix: Add must_use before assertions are applied7b8fd99Merge pull request #264 from kemingy/doc_macro_semicolon79f8e57docs: add the missing semicolon for macro6289384chore(deps): Update Rust Stable to v1.92 (#262)7b353d8Merge pull request #260 from assert-rs/renovate/actions-checkout-6.x48cda51chore(deps): Update actions/checkout action to v6ee88946docs: Clarify cargo_bin_cmdUpdates
instafrom 1.45.1 to 1.46.2Release notes
Sourced from insta's releases.
... (truncated)
Changelog
Sourced from insta's changelog.
Commits
2ab00ccRelease 1.46.2 (#867)97c6f57Fix inline snapshot corruption with carriage returns (#866)2a9f7adRemove globset version cap (