-
Notifications
You must be signed in to change notification settings - Fork 3
Bump the minor group across 1 directory with 21 updates #265
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
Closed
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 minor group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.97` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.86` | `0.1.88` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.0` | `1.10.1` | | [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.40` | | [clap](https://github.com/clap-rs/clap) | `4.5.29` | `4.5.35` | | [delouse](https://github.com/kittycad/delouse) | `0.1.7` | `0.1.8` | | [dropshot](https://github.com/oxidecomputer/dropshot) | `0.15.1` | `0.16.0` | | [http](https://github.com/hyperium/http) | `1.2.0` | `1.3.1` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.70` | `0.10.72` | | [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.27.1` | `0.29.1` | | [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.27.0` | `0.29.0` | | [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.27.1` | `0.29.0` | | [schemars](https://github.com/GREsau/schemars) | `0.8.21` | `0.8.22` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.219` | | [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.140` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.11` | `2.0.12` | | [tokio](https://github.com/tokio-rs/tokio) | `1.43.0` | `1.44.2` | | [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) | `0.28.0` | `0.30.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.13.1` | `1.16.0` | | [rustls](https://github.com/rustls/rustls) | `0.22.4` | `0.23.14` | | [serde_repr](https://github.com/dtolnay/serde-repr) | `0.1.19` | `0.1.20` | Updates `anyhow` from 1.0.95 to 1.0.97 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.95...1.0.97) Updates `async-trait` from 0.1.86 to 0.1.88 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.86...0.1.88) Updates `bytes` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.0...v1.10.1) Updates `chrono` from 0.4.39 to 0.4.40 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.39...v0.4.40) Updates `clap` from 4.5.29 to 4.5.35 - [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.29...clap_complete-v4.5.35) Updates `delouse` from 0.1.7 to 0.1.8 - [Commits](KittyCAD/delouse@0.1.7...0.1.8) Updates `dropshot` from 0.15.1 to 0.16.0 - [Changelog](https://github.com/oxidecomputer/dropshot/blob/main/CHANGELOG.adoc) - [Commits](oxidecomputer/dropshot@v0.15.1...v0.16.0) Updates `http` from 1.2.0 to 1.3.1 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.2.0...v1.3.1) Updates `openssl` from 0.10.70 to 0.10.72 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.70...openssl-v0.10.72) Updates `opentelemetry` from 0.27.1 to 0.29.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-0.27.1...opentelemetry-0.29.1) Updates `opentelemetry-otlp` from 0.27.0 to 0.29.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.27.0...opentelemetry-otlp-0.29.0) Updates `opentelemetry_sdk` from 0.27.1 to 0.29.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.27.1...opentelemetry_sdk-0.29.0) Updates `schemars` from 0.8.21 to 0.8.22 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.21...v0.8.22) Updates `serde` from 1.0.217 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.219) Updates `serde_json` from 1.0.138 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.138...v1.0.140) Updates `thiserror` from 2.0.11 to 2.0.12 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.11...2.0.12) Updates `tokio` from 1.43.0 to 1.44.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.2) Updates `tracing-opentelemetry` from 0.28.0 to 0.30.0 - [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases) - [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md) - [Commits](tokio-rs/tracing-opentelemetry@v0.28.0...v0.30.0) Updates `uuid` from 1.13.1 to 1.16.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.13.1...v1.16.0) Updates `rustls` from 0.22.4 to 0.23.14 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.22.4...v/0.23.14) Updates `serde_repr` from 0.1.19 to 0.1.20 - [Release notes](https://github.com/dtolnay/serde-repr/releases) - [Commits](dtolnay/serde-repr@0.1.19...0.1.20) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.97 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: async-trait dependency-version: 0.1.88 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: bytes dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: chrono dependency-version: 0.4.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: clap dependency-version: 4.5.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: delouse dependency-version: 0.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: dropshot dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: http dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: openssl dependency-version: 0.10.72 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: opentelemetry dependency-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: opentelemetry-otlp dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: opentelemetry_sdk dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: schemars dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde_json dependency-version: 1.0.140 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tracing-opentelemetry dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: uuid dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: rustls dependency-version: 0.23.14 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: serde_repr dependency-version: 0.1.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 minor group with 21 updates in the / directory:
1.0.951.0.970.1.860.1.881.10.01.10.10.4.390.4.404.5.294.5.350.1.70.1.80.15.10.16.01.2.01.3.10.10.700.10.720.27.10.29.10.27.00.29.00.27.10.29.00.8.210.8.221.0.2171.0.2191.0.1381.0.1402.0.112.0.121.43.01.44.20.28.00.30.01.13.11.16.00.22.40.23.140.1.190.1.20Updates
anyhowfrom 1.0.95 to 1.0.97Release notes
Sourced from anyhow's releases.
Commits
bfb89efRelease 1.0.97c7fca9bIgnore elidable_lifetime_names pedantic clippy lint427c0bbPoint standard library links to stablef0aa0d3Release 1.0.96bc33c24Convert html links to intra-doc links1cff785Unset doc-scrape-examples for lib targetd71c806More precise gitignore patterns3e40975Remove **/*.rs.bk from project-specific gitignoreb880dd0Ignore Cargo-generated tests/crate/target directory8891ce3Merge pull request #404 from dtolnay/missingabiUpdates
async-traitfrom 0.1.86 to 0.1.88Release notes
Sourced from async-trait's releases.
Commits
b3a5919Release 0.1.88a306be8Merge pull request #289 from dtolnay/cfgd305984Fix lifetime bounding on generic parameters that have cfg78506f1Add regression test for issue 288a11384eAdd issue 283 link in test32540aaRelease 0.1.87137d14cResolve mem_replace_with_default clippy lint45fd82aIgnore elidable_lifetime_names pedantic clippy lintea2f2a2Point standard library links to stable3b78161Update ui test suite to nightly-2025-02-12Updates
bytesfrom 1.10.0 to 1.10.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
19d1427chore: prepare bytes v1.10.1 (#774)3667543Fix memory leak inowned_to_vec(#773)Updates
chronofrom 0.4.39 to 0.4.40Release notes
Sourced from chrono's releases.
Commits
2b7a28eBump version to 0.4.406d29c8aAdd quarter (%q) date string specifier07216aeUpgrade to windows-bindgen 0.60bf1973cUse similar-asserts to show bindgen diffd0f8b59Restrict MSRV to check --lib1f345fdSwitch to 2024 idiom7f6cf5eSwitch to 2024 style11d227aApply suggestions from clippy 1.8515e287bUse NaiveDateTime for internal tz_info methods. (#1658)8317e7cdocs: fix minor typoUpdates
clapfrom 4.5.29 to 4.5.35Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
Commits
55a18f5chore: Release3b05635fix(complete): Ensure new enough clap is used5d2cdacchore: Releasef1c10ebdocs: Update changeloga4d1a7fchore(ci): Take a break from template updatese95ed39Merge pull request #5775 from vivienm/master18f8d4cchore(deps): Update Rust Stable to v1.82 (#5788)f35d8e0Merge pull request #5787 from epage/template1389d7dchore: Update from '_rust/main' templatedbc9faachore(ci): Initialize git for template updateUpdates
delousefrom 0.1.7 to 0.1.8Commits
37af7670.1.8 (#65)83e7cfe2024 edition (#64)c321a04Bump clap from 4.5.26 to 4.5.30 (#58)34b2374Bump tokio from 1.42.0 to 1.43.0 (#52)e3850b5Bump clap from 4.5.24 to 4.5.26 (#51)3017ffbBump clap from 4.5.23 to 4.5.24 (#50)1e1bda7Bump serde from 1.0.215 to 1.0.217 (#49)24a35b4Bump anyhow from 1.0.93 to 1.0.95 (#48)b473c28Bump serde_json from 1.0.134 to 1.0.135 (#47)5c1f573fix ci (#46)Updates
dropshotfrom 0.15.1 to 0.16.0Changelog
Sourced from dropshot's changelog.
Commits
847e3bdrelease 0.16.05297388update CHANGELOG in prep for 0.16.0 (#1259)0a1a4ccBump tempfile from 3.16.0 to 3.17.0 (#1258)830de01Bump uuid from 1.12.1 to 1.13.1 (#1255)918a405Update dependency rust to v1.84.1 (#1245)7236711Bump bytes from 1.9.0 to 1.10.0 (#1256)574d0e5Bump toml from 0.8.19 to 0.8.20 (#1257)e4fc295Bump openssl from 0.10.66 to 0.10.70 (#1254)701cb87Bump syn from 2.0.96 to 2.0.98 (#1250)4c657f5Bump serde_json from 1.0.137 to 1.0.138 (#1249)Updates
httpfrom 1.2.0 to 1.3.1Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
Commits
8c1fb20v1.3.16637a72fix: validate path bytes are at least utf8 (#756)d0dd91ev1.3.064bd92bdocs: Fixed encryption/compression typo for 'accept-encoding: identity'. (#695)b03ed6achore: use range.contains in StatusCode methods (#748)a463fb5chore(ci): use yq to get rust-version in manifest (#746)68845bdfix: HeaderMap::reserve allocates insufficient capacity (#741)4e02046refactor(header): remove BytesMut inline optimization when creating (#738)091ee9afeat(uri): allow utf8 char, not rfc 3986 compliant, in path and query (#715)Updates
opensslfrom 0.10.70 to 0.10.72Release notes
Sourced from openssl's releases.
Commits
87085bdMerge pull request #2390 from alex/uaf-fixd1a12e2Fixed two UAFs and bumped versions for release7c7b2e6Merge pull request #2389 from skmcgrail/aws-lc-follow-up34a477bUse --experimental with bindgen-cli with aws-lc buildd4bf071Merge pull request #2386 from skmcgrail/aws-lc-follow-upa86bf67Remove comment705dbfbFix teste0df413Skip final call for LibreSSL 4.1.0 for CCM mode2f1164bEnable additional capabilities for AWS-LCdde9ffbMerge pull request #1805 from skmcgrail/aws-lc-support-finalUpdates
opentelemetryfrom 0.27.1 to 0.29.1Release notes
Sourced from opentelemetry's releases.
Commits
16f4563bump version64c8895fix: re-export WithContext in the same place (#2879)ad0552achore: Prepare 0.29 release (#2844)14d8f74ci: replace actions-rs/cargo GHA (#2846)5881f99chore: bump semconv 1.31.0 (#2845)34835a8chore: Prepare docs before 0.29 (#2837)1ecd1a8fix: KeyValueMetadata to not expose its fields public (#2843)3e77a22fix: Error cleanups continued (#2838)36c48dbchore: context stabilization tests & logging pieces (#2833)b03296cchore: Add warning on Prometheus crate (#2831)Updates
opentelemetry-otlpfrom 0.27.0 to 0.29.0Release notes
Sourced from opentelemetry-otlp's releases.
Commits
ad0552achore: Prepare 0.29 release (#2844)14d8f74ci: replace actions-rs/cargo GHA (#2846)5881f99chore: bump semconv 1.31.0 (#2845)34835a8chore: Prepare docs before 0.29 (#2837)1ecd1a8fix: KeyValueMetadata to not expose its fields public (#2843)3e77a22fix: Error cleanups continued (#2838)36c48dbchore: context stabilization tests & logging pieces (#2833)b03296cchore: Add warning on Prometheus crate (#2831)969bedffix: Cleanup zipkin build error (#2839)702c61dtest: validate code-based config is preferred over env vars in ZipkinExporter...Updates
opentelemetry_sdkfrom 0.27.1 to 0.29.0Commits
ad0552achore: Prepare 0.29 release (#2844)14d8f74ci: replace actions-rs/cargo GHA (#2846)5881f99chore: bump semconv 1.31.0 (#2845)34835a8chore: Prepare docs before 0.29 (#2837)1ecd1a8fix: KeyValueMetadata to not expose its fields public (#2843)3e77a22fix: Error cleanups continued (#2838)36c48dbchore: context stabilization tests & logging pieces (#2833)b03296cchore: Add warning on Prometheus crate (#2831)969bedffix: Cleanup zipkin build error (#2839)702c61dtest: validate code-based config is preferred over env vars in ZipkinExporter...Updates
schemarsfrom 0.8.21 to 0.8.22Release notes
Sourced from schemars's releases.
Changelog
Sourced from schemars's changelog.
... (truncated)
Commits
104b0fdv0.8.225867cedFix compatibility with rust 2024 edition (#378)e0c2c31Update changelog for 1.0.0-alpha.23271fbdUpdate changelog for 1.0.0-alpha.1a20c197Update readme - link to v1 branch/PRUpdates
serdefrom 1.0.217 to 1.0.219Release notes
Sourced from serde's releases.
Commits
49d098dRelease 1.0.21940f1d19Wrap dummy.rs to 80 columns514848bMerge pull request #2906 from davidzeng0/master168b6cffix clippy absolute paths warninga8bdd17Remove unused Punctuated import1c96013Resolve mem_replace_with_default clippy lintf0d1ae0Ignore elidable_lifetime_names pedantic clippy linte3eaa6aMerge pull request #2896 from dtolnay/stabledoc6a630cfAlso link to stable proc_macro7bfd518Release 1.0.218Updates
serde_jsonfrom 1.0.138 to 1.0.140Release notes
Sourced from serde_json's releases.
Commits
7627834Release 1.0.140d77a498Merge pull request #1245 from serde-rs/powerpcb34d317Delete unused gcc installationf7200c3Ignore unbuffered_bytes clippy lint76cd4fbIgnore elidable_lifetime_names pedantic clippy lint400eaa9Point standard library links to stable4d4f53cRelease 1.0.1395d6b32fMerge pull request #1242 from dtolnay/writefloate5bb8bdDocument behavior of write_f32/f64 on non-finite floats7a79781Merge pull request #1241 from dtolnay/doclinkUpdates
thiserrorfrom 2.0.11 to 2.0.12Release notes
Sourced from thiserror's releases.
Commits
95a5126Release 2.0.1276490f7Merge pull request #413 from dtolnay/elidablelifetime9f27b76Ignore elidable_lifetime_names pedantic clippy lintdaf2a6fResolve some elidable_lifetime_names pedantic clippy lint5f07160Point standard library links to stable6706a51Convert html links to intra-doc links2706873More precise gitignore patterns70bc20dRemove **/*.rs.bk from project-specific gitignoreUpdates
tokiofrom 1.43.0 to 1.44.2Release notes
Sourced from tokio's releases.
... (truncated)
Commits
ec4b1d7chore: forward port 1.43.xe3c3a56Merge branch 'tokio-1.43.x' into forward-port-1.43.xa7b658cchore: prepare Tokio v1.43.1 releasec1c8d10Merge remote-tracking branch 'origin/tokio-1.38.x' into forward-port-1.38.xaa303bcchore: prepare Tokio v1.38.2 release7b6ccb5chore: backport CI fixes4b174cesync: fix cloning value when receiving from broadcast channeld413c9cchore: prepare Tokio v1.44.1 (#7217)addbfb9rt: skip defer queue inblock_in_placecontext (Description has been truncated