build(deps): bump the cargo-dependencies group across 1 directory with 6 updates#136
build(deps): bump the cargo-dependencies group across 1 directory with 6 updates#136dependabot[bot] wants to merge 1 commit into
Conversation
📝 WalkthroughWalkthroughBumps dependency versions: ChangesDependency Version Bumps
🎯 2 (Simple) | ⏱️ ~10 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…h 6 updates Bumps the cargo-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.52.3` | | [metrics](https://github.com/metrics-rs/metrics) | `0.24.5` | `0.24.6` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.10` | `1.1.13` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.8` | `0.6.10` | | [utoipa](https://github.com/juhaku/utoipa) | `5.4.0` | `5.5.0` | Updates `anyhow` from 1.0.100 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) Updates `tokio` from 1.49.0 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.52.3) Updates `metrics` from 0.24.5 to 0.24.6 - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](metrics-rs/metrics@metrics-v0.24.5...metrics-v0.24.6) Updates `pin-project` from 1.1.10 to 1.1.13 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.10...v1.1.13) Updates `tower-http` from 0.6.8 to 0.6.10 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.8...tower-http-0.6.10) Updates `utoipa` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/juhaku/utoipa/releases) - [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md) - [Commits](juhaku/utoipa@utoipa-5.4.0...utoipa-5.5.0) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: metrics dependency-version: 0.24.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: pin-project dependency-version: 1.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: tower-http dependency-version: 0.6.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: utoipa dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
ae6c687 to
083cfa0
Compare
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the cargo-dependencies group with 6 updates in the / directory:
1.0.1001.0.1021.49.01.52.30.24.50.24.61.1.101.1.130.6.80.6.105.4.05.5.0Updates
anyhowfrom 1.0.100 to 1.0.102Release notes
Sourced from anyhow's releases.
Commits
5c657b3Release 1.0.102e737fb6Merge pull request #442 from dtolnay/backtrace7fe62b5Further simply backtrace conditional compilationc8cb5caMerge pull request #441 from dtolnay/backtracede27df7Delete CI use of --features=backtrace9b67e5dMerge pull request #440 from dtolnay/backtraceefdb11aSimplifystd_backtraceconditional codeb8a9a70Merge pull request #439 from dtolnay/backtracea42fc2cRemovefeature = "backtrace"conditional code2a2a3ceRe-word backtrace feature commentUpdates
tokiofrom 1.49.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
metricsfrom 0.24.5 to 0.24.6Commits
23cc597chore: Release78ebfc3revert: defer version bumps to cargo-release8d7f5eaupdate CHANGELOG for metricscd5b9a3chore(metrics): update doc comments for macros for consistency9cf1f73fix(metrics): resolve hash mismatch between pre-computed and on-demand key ha...2bfe3baenhancement(metrics): allow specifying description and unit in registration m...dae3a67chore: Release6dddb64update CHANGELOG for metrics-exporter-dogstatsd9e387a4chore: Releasef21d811update CHANGELOG for metrics-exporter-prometheusUpdates
pin-projectfrom 1.1.10 to 1.1.13Release notes
Sourced from pin-project's releases.
Changelog
Sourced from pin-project's changelog.
Commits
c3b6b85Release 1.1.1361a5c74Ignore clippy::missing_trait_methods lint in generated code31f59f8ci,tools: Update config and script2855546Release 1.1.124e66d4bci,tools: Update config and scriptf3c7f06Update dev-dependenciesd1bf779Update changelogeb98dd1tests: Update lint test05f3825ci,tools: Update config and script96b8d5fFix doc/commentsUpdates
tower-httpfrom 0.6.8 to 0.6.10Release notes
Sourced from tower-http's releases.
... (truncated)
Commits
4532fc2v0.6.108508cb2follow_redirect: expose previous and next request methods (#559)890f66afix gate-ing of atomic64 in tests (#607)578c2b2fix: restore tokio and async-compression as no-op features (#667)eab7cbfv0.6.99c64770feat(on-early-drop): Add middleware for client early drop detection (#636)67786ffci: Remove unnecessary protoc setup (#665)e442e2bexamples: Use axum::body::to_bytes (#650)218fe6bMake AsyncReadBody::with_capacity public (#415)ffd4d7ctrace: adds back call to classify_eos on trailers (#483)Updates
utoipafrom 5.4.0 to 5.5.0Release notes
Sourced from utoipa's releases.
Commits
2492086Update next releaseeb520dcignore really ignores! (#1500)9cd3ce9Chore migrate tojustfile(#1542)8e6e6eeSupport servers in path macro (#1293)7d0d0beAdd support forjiff::Timestamp(#1416)b07397dAddserdeto the helper attributes forToSchema(#1472)8d006bcFix: Refactor to avoid clippy::needless_for_each warning in derive(OpenApi) (...cdff007Fix typos (#1497)Summary by CodeRabbit
metricsdependency across agent and runtime packages.tower-httpandutoipadependencies to latest patch and minor versions.