build(deps): bump the semver-compatible group across 1 directory with 16 updates#10
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the semver-compatible group across 1 directory with 16 updates#10dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
… 16 updates Bumps the semver-compatible group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.50.0` | `1.52.3` | | [arc-swap](https://github.com/vorner/arc-swap) | `1.9.0` | `1.9.1` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.186` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.0` | `1.23.3` | | [axum](https://github.com/tokio-rs/axum) | `0.8.8` | `0.8.9` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.8` | `0.6.11` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.2` | `0.13.4` | | [wat](https://github.com/bytecodealliance/wasm-tools) | `1.250.0` | `1.251.0` | | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `1.4.0` | `1.7.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` | | [icalendar](https://github.com/hoodie/icalendar) | `0.17.10` | `0.17.11` | | [clap](https://github.com/clap-rs/clap) | `4.6.0` | `4.6.1` | | [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.12.4` | | [rustls-pki-types](https://github.com/rustls/pki-types) | `1.14.0` | `1.14.1` | | [dashmap](https://github.com/xacrimon/dashmap) | `6.1.0` | `6.2.1` | Updates `tokio` from 1.50.0 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.52.3) Updates `arc-swap` from 1.9.0 to 1.9.1 - [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md) - [Commits](vorner/arc-swap@v1.9.0...v1.9.1) Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `libc` from 0.2.183 to 0.2.186 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.186) Updates `uuid` from 1.23.0 to 1.23.3 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.0...v1.23.3) Updates `axum` from 0.8.8 to 0.8.9 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.8.8...axum-v0.8.9) Updates `tower-http` from 0.6.8 to 0.6.11 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.8...tower-http-0.6.11) Updates `reqwest` from 0.13.2 to 0.13.4 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.2...v0.13.4) Updates `wat` from 1.250.0 to 1.251.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@v1.250.0...v1.251.0) Updates `rmcp` from 1.4.0 to 1.7.0 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v1.4.0...rmcp-v1.7.0) Updates `chrono` from 0.4.44 to 0.4.45 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.44...v0.4.45) Updates `icalendar` from 0.17.10 to 0.17.11 - [Release notes](https://github.com/hoodie/icalendar/releases) - [Changelog](https://github.com/hoodie/icalendar/blob/main/CHANGELOG.md) - [Commits](hoodie/icalendar@v0.17.10...v0.17.11) Updates `clap` from 4.6.0 to 4.6.1 - [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.6.0...clap_complete-v4.6.1) Updates `regex` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.3...1.12.4) Updates `rustls-pki-types` from 1.14.0 to 1.14.1 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.14.0...v/1.14.1) Updates `dashmap` from 6.1.0 to 6.2.1 - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](xacrimon/dashmap@v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: arc-swap dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: semver-compatible - dependency-name: axum dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: semver-compatible - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: semver-compatible - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: semver-compatible - dependency-name: dashmap dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: semver-compatible - dependency-name: icalendar dependency-version: 0.17.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: semver-compatible - dependency-name: libc dependency-version: 0.2.186 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: semver-compatible - dependency-name: regex dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: semver-compatible - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: semver-compatible - dependency-name: rmcp dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: semver-compatible - dependency-name: rustls-pki-types dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: semver-compatible - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: semver-compatible - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: semver-compatible - dependency-name: tower-http dependency-version: 0.6.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: semver-compatible - dependency-name: uuid dependency-version: 1.23.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: semver-compatible - dependency-name: wat dependency-version: 1.251.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: semver-compatible ... Signed-off-by: dependabot[bot] <support@github.com>
52ca7be to
311633c
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.
Bumps the semver-compatible group with 16 updates in the / directory:
1.50.01.52.31.9.01.9.11.0.1491.0.1500.2.1830.2.1861.23.01.23.30.8.80.8.90.6.80.6.110.13.20.13.41.250.01.251.01.4.01.7.00.4.440.4.450.17.100.17.114.6.04.6.11.12.31.12.41.14.01.14.16.1.06.2.1Updates
tokiofrom 1.50.0 to 1.52.3Release notes
Sourced from tokio's releases.
... (truncated)
Commits
d875691chore: prepare Tokio v1.52.3 (#8130)e1aebb0Merge 'tokio-1.51.3' into 'tokio-1.52.x' (#8129)fd63094chore: prepare Tokio v1.51.3 (#8127)8c600d0Merge 'tokio-1.47.5' into 'tokio-1.51.x' (#8123)11bfc13chore: prepare Tokio v1.47.5 (#8122)f085b62sync: notify receivers in mpscOwnedPermit::release()method (#8075)30d25ccsync: require that anRwLockhasmax_readers != 0(#8076)9fccf53sync: returnEmptyfromtry_recv()when mpsc is closed with outstanding p...ebf61b4sync: fix underflow in mpsc channellen()(#8062)4abe9d7chore: prepare Tokio v1.52.2 (#8115)Updates
arc-swapfrom 1.9.0 to 1.9.1Changelog
Sourced from arc-swap's changelog.
Commits
f100e6cOne more SeqCstUpdates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
libcfrom 0.2.183 to 0.2.186Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
42620ff[0.2] libc: Release 0.2.1869db2eaaapple: add KEVENT_FLAG_* constants3840939Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE for linuxf697debchore: migrate from Cirrus CI to GHA71d5bfclibc: Release 0.2.1851027d1cRevert "ci: Pin nightly to 2026-04-01"0e9c6e5redox: Add semaphore functions24ef457feat: add back support for gnu windows x86 in ciaa75cafhorizon: Change POLL constants from c_short to c_intb7eda5ahexagon: add missing constants and fix types for linux-muslUpdates
uuidfrom 1.23.0 to 1.23.3Release notes
Sourced from uuid's releases.
Commits
20da78bMerge pull request #887 from uuid-rs/cargo/v1.23.362232caprepare for 1.23.3 release2320c6aMerge pull request #886 from uuid-rs/fix/parser-panics2d034d4fix some invalid indexers on error reportinga8b9f14update fuzz infra and run in CId119657Merge pull request #883 from uuid-rs/cargo/v1.23.20651cfcprepare for 1.23.2 releasee8dea0cMerge pull request #882 from uuid-rs/fix/error-msgsbdc429afix up serde messagesd4342e4make indexes 0 based and fix up more error messagesUpdates
axumfrom 0.8.8 to 0.8.9Release notes
Sourced from axum's releases.
Commits
c59208crevert axum-core changelog changes99068f5Revert "FixIntoResponsefor tuples overriding error response codes (#3603)"23d7098Revert "axum-core 0.5.6"e8a39adaxum-macros 0.5.16e9a249axum-extra 0.12.60ec9041axum 0.8.9c3fcebbaxum-core 0.5.6a8790fcupdate release notes26ba7bbdocs: consolidate state management docs in crate root (#3683)9fc59efUpdate to tokio-tungstenite 0.29 (#3689)Updates
tower-httpfrom 0.6.8 to 0.6.11Release notes
Sourced from tower-http's releases.
... (truncated)
Commits
1d082efv0.6.119c3117dfeat: set multiple request header (#677)667e7c7Remove duplicate cfg attribute for is_reserved_dos_name (#675)7551a9bfeat(set_header): refactor and improve multiple header middleware (#672)991e9eeadd From<i32> impl for GrpcCode (#506)3962dbaDo compress grpc-web responses (#408)f0b3bb6Fix serve_dir method not allowed handling when no fallback is configured (#587)d1a571bci: use static timeout in stress-test workflow (#671)309555aci: fix flaky encoding test, add nightly stress test job (#670)4532fc2v0.6.10Updates
reqwestfrom 0.13.2 to 0.13.4Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
11489b3v0.13.4d31ffbbfeat: Expose HTTP2 keep alive configurations in blocking client (#3043)79ed0d7feat: support TLS 1.3 as min version under native-tls 🎉 (#2975)fb7bf6afix: remove unwrap in hickory initialization (#3041)3da616ffix: update hickory-resolver to 0.26 and adjust code accordingly (#3040)c77e7b2fix(http3): use happy eyeballs for h3 connect (#3030)9cbb65bchore: clean up minimal-versions CI job (#3039)17a7dc5chore: upgrade MSRV to 1.85 (#3038)03db63afix(redirect): strip sensitive headers on scheme change across redirects (#3034)4b813a8feat: add tls_sslkeylogfile builder method (#2923)Updates
watfrom 1.250.0 to 1.251.0Release notes
Sourced from wat's releases.
Commits
a1a178aRelease wasm-tools 1.251.0 (#2534)d0cee45wit-parser: rust docs for ItemName, and instance_name argument doing the obvi...de09ad2wasm-wave: parse wit ItemNames as UntypedFuncCall names (#2530)a7be6dbwit-parser: add ItemName type and parser (#2529)0ffb828wasm-wave: catch error in UntypedFuncCall::to_wasm_params (#2528)b65e5dfFix grammar typo in wit-dylib README.md (#2527)c4b6f68Support components with custom page sizes (#2524)2b0ff17wit-parser: don't panic on a re-exported imported resource (#2526)Updates
rmcpfrom 1.4.0 to 1.7.0Release notes
Sourced from rmcp's releases.
... (truncated)
Commits
3529c36chore: release v1.6.1 (#831)d695046fix: enable task support on counter long_task example (#838)5ccdfc0feat: add task-based stdio examples (#839)d83b156fix(rmcp): flatten Resource variant of PromptMessageContent (#843)321ab14fix: reply -32700 on stdio parse errors instead of closing (#833)0f776abchore(rmcp): remove dependency on chrono default features (#829)3bf5298ci: extend semver check to all features except local (#832)88df9afchore(deps): update askama requirement from 0.15 to 0.16 (#830)2f8d3b7Fix/issue 817 idle timeout log level (#824)014fb2echore: release v1.6.0 (#818)Updates
chronofrom 0.4.44 to 0.4.45Release notes
Sourced from chrono's releases.
Commits
1703382Prepare 0.4.45 release881f9abtz_data: fix tzdata locations on Androidf14ead4fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflowc6063e6Update similar-asserts requirement from 1.6.1 to 2.0.0120686cBump codecov/codecov-action from 5 to 6Updates
icalendarfrom 0.17.10 to 0.17.11Release notes
Sourced from icalendar's releases.
Changelog
Sourced from icalendar's changelog.
Commits
bd4d3d9chore: bump versionc01c9d0Merge pull request #176 from nixxo/patch-24905029fix: treat non-standard properties as text143ea5fchore: changelogUpdates
clapfrom 4.6.0 to 4.6.1Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
1420275chore: Released2c817ddocs: Update changelogf88c94eMerge pull request #6341 from epage/sepacbb822fix(complete): Reduce risk of conflict with actual subcommandsa49fadbrefactor(complete): Pull out subcommand separatorddc008bMerge pull request #6332 from epage/update497dc50chore: Update compatible dependenciesdca2326Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x54bdaa3chore(deps): Update j178/prek-action action to v2f0d30d9chore: ReleaseUpdates
regexfrom 1.12.3 to 1.12.4Changelog
Sourced from regex's changelog.