Skip to content
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

chore(deps): update all non-major dependencies #431

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
alpine final minor 3.18.6 -> 3.21.0 age adoption passing confidence
async-trait dependencies patch 0.1 -> 0.1.83 age adoption passing confidence
eyre dev-dependencies patch 0.6 -> 0.6.12 age adoption passing confidence
futures (source) dependencies patch 0.3 -> 0.3.31 age adoption passing confidence
http-body-util dev-dependencies patch 0.1 -> 0.1.2 age adoption passing confidence
hyper (source) dependencies patch 1.5 -> 1.5.2 age adoption passing confidence
hyper-rustls dependencies patch 0.27 -> 0.27.4 age adoption passing confidence
hyper-util (source) dev-dependencies patch 0.1 -> 0.1.10 age adoption passing confidence
prost dependencies patch 0.13 -> 0.13.4 age adoption passing confidence
prost-types dependencies patch 0.13 -> 0.13.4 age adoption passing confidence
rustls dependencies patch 0.23 -> 0.23.20 age adoption passing confidence
serde_json dev-dependencies patch 1.0 -> 1.0.133 age adoption passing confidence
serial_test dev-dependencies minor 3.1 -> 3.2.0 age adoption passing confidence
snafu dependencies patch 0.8 -> 0.8.5 age adoption passing confidence
tokio (source) dev-dependencies minor 1.41 -> 1.42.0 age adoption passing confidence
tonic dependencies patch 0.12 -> 0.12.3 age adoption passing confidence
tonic-build build-dependencies patch 0.12 -> 0.12.3 age adoption passing confidence
tracing (source) dependencies patch 0.1 -> 0.1.41 age adoption passing confidence
tracing-subscriber (source) dev-dependencies patch 0.3 -> 0.3.19 age adoption passing confidence
ubuntu final patch 23.04 -> lunar-20231128 age adoption passing confidence
org.apache.maven.plugins:maven-gpg-plugin build minor 3.1.0 -> 3.2.7 age adoption passing confidence
org.apache.maven.plugins:maven-javadoc-plugin build minor 3.6.3 -> 3.11.2 age adoption passing confidence
org.apache.maven.plugins:maven-source-plugin build patch 3.3.0 -> 3.3.1 age adoption passing confidence
org.codehaus.mojo:versions-maven-plugin (source) build minor 2.17.1 -> 2.18.0 age adoption passing confidence
org.mockito:mockito-junit-jupiter test minor 5.11.0 -> 5.14.2 age adoption passing confidence
org.mockito:mockito-core test minor 5.11.0 -> 5.14.2 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) test minor 5.10.2 -> 5.11.4 age adoption passing confidence
io.grpc:grpc-stub compile minor 1.62.2 -> 1.69.0 age adoption passing confidence
io.grpc:grpc-protobuf compile minor 1.62.2 -> 1.69.0 age adoption passing confidence
io.projectreactor:reactor-core compile minor 3.6.5 -> 3.7.1 age adoption passing confidence
io.grpc:grpc-netty compile minor 1.62.2 -> 1.69.0 age adoption passing confidence
ch.qos.logback:logback-classic (source, changelog) compile patch 1.5.5 -> 1.5.14 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) compile patch 2.0.12 -> 2.0.16 age adoption passing confidence

Release Notes

hyperium/hyper (hyper)

v1.5.2

Compare Source

Bug Fixes
Features

v1.5.1

Compare Source

Bug Fixes
  • http2:
    • pass proper value to h2 max_local_error_reset_streams (4a20147a)
    • improve graceful shutdown during handshake (#​3729) (13b05943)
tokio-rs/prost (prost)

v0.13.4

Compare Source

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

Features

  • Impl Name for Protobuf well-known wrapper types (#​1174)

Performance

  • NonZeroU64 to optimize encoded_len_varint (#​1192)

Dependencies

  • Remove unused bytes dependency from prost-build (#​1169)
  • Update pulldown-cmark-to-cmark requirement from >=16, <=17 to >=16, <=18 (#​1173)
  • Update pulldown-cmark-to-cmark requirement from >=16, <=18 to >=16, <=19 (#​1195)
  • Update protobuf to v25.3 (#​1165)
  • Update protobuf to v25.4 (#​1176)

Styling

  • Remove explicit lifetimes (#​1180)
  • Remove unnecessary empty line after document (#​1181)

Testing

  • (boxed_field) Confirm Foo::bar is boxed (#​1168)
  • Move build.rs to standard location (#​1167)
  • (custom_debug) Merge skip_debug into custom_debug (#​1178)
  • Rename invalid_doctest to disable_comments (#​1183)
  • (custom_attributes) Move module to separate file (#​1187)

Build

  • Bump clippy version to 1.82 (#​1182)
  • Restrict permissions of GITHUB_TOKEN (#​1189)
serde-rs/json (serde_json)

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)
palfrey/serial_test (serial_test)

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: palfrey/serial_test@v3.1.1...v3.2.0

tokio-rs/tokio (tokio)

v1.42.0: Tokio v1.42.0

Compare Source

1.42.0 (Dec 3rd, 2024)

Added
  • io: add AsyncFd::{try_io, try_io_mut} (#​6967)
Fixed
  • io: avoid ptr->ref->ptr roundtrip in RegistrationSet (#​6929)
  • runtime: do not defer yield_now inside block_in_place (#​6999)
Changes
  • io: simplify io readiness logic (#​6966)
Documented
  • net: fix docs for tokio::net::unix::{pid_t, gid_t, uid_t} (#​6791)
  • time: fix a typo in Instant docs (#​6982)

v1.41.1: Tokio v1.41.1

Compare Source

1.41.1 (Nov 7th, 2024)

Fixed
  • metrics: fix bug with wrong number of buckets for the histogram (#​6957)
  • net: display net requirement for net::UdpSocket in docs (#​6938)
  • net: fix typo in TcpStream internal comment (#​6944)
tokio-rs/tracing (tracing)

v0.1.41: tracing 0.1.41

Compare Source

[ crates.io ] | [ docs.rs ]

This release updates the tracing-core dependency to v0.1.33 and
the tracing-attributes dependency to v0.1.28.

Added
  • core: Add index API for Field (#​2820)
  • core: Allow &[u8] to be recorded as event/span field (#​2954)
Changed
  • Bump MSRV to 1.63 (#​2793)
  • core: Use const thread_locals when possible (#​2838)
Fixed
  • Removed core imports in macros (#​2762)
  • attributes: Added missing RecordTypes for instrument (#​2781)
  • attributes: Change order of async and unsafe modifier (#​2864)
  • Fix missing field prefixes (#​2878)
  • attributes: Extract match scrutinee (#​2880)
  • Fix non-simple macro usage without message (#​2879)
  • Fix event macros with constant field names in the first position (#​2883)
  • Allow field path segments to be keywords (#​2925)
  • core: Fix missed register_callsite error (#​2938)
  • attributes: Support const values for target and name (#​2941)
  • Prefix macro calls with ::core to avoid clashing with local macros (#​3024)
mojohaus/versions (org.codehaus.mojo:versions-maven-plugin)

v2.18.0

Compare Source

❗ NOTICE

Due to Doxia 2.x stack maven-site-plugin 3.20+ is required.
https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack

Changes

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

🔧 Build

mockito/mockito (org.mockito:mockito-junit-jupiter)

v5.14.2

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.2
  • 2024-10-15 - 12 commit(s) by Brice Dutheil, Rafael Winterhalter, dependabot[bot]
  • Fix #​3466 nexus publishing configuration (#​3470)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#​3468)
  • Bump bytebuddy from 1.15.3 to 1.15.4 (#​3467)
  • Missing 5.14.2 release (#​3466)
  • chore: Tests whether JVM warnings / messages on dynamic attach (#​3462)
  • Bump junit-jupiter from 5.11.1 to 5.11.2 (#​3461)
  • Renames extension modules with mockito- prefix (#​3460)
  • Avoid attach warning if Byte Buddy is configured for command-line attach. (#​3459)
  • Bump org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11 (#​3458)
  • Bump junit-jupiter from 5.11.0 to 5.11.1 (#​3455)
  • Move root project to dedicated core folder (#​3444)
  • Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#​3136)

v5.14.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.1
  • 2024-09-30 - 2 commit(s) by Brice Dutheil, dependabot[bot]
  • fix: gradle mockitoAgent configuration should not be transitive (#​3454)
  • Bump bytebuddy from 1.15.2 to 1.15.3 (#​3452)
  • Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#​3437)

v5.14.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.0
  • 2024-09-27 - 9 commit(s) by Ali-Hassan, Brice Dutheil, David Saff, Rafael Winterhalter, dependabot[bot]
  • Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#​3451)
  • Bump bytebuddy from 1.15.1 to 1.15.2 (#​3450)
  • Update Documentation of ArgumentCaptor.java (#​3448)
  • Split subprojects (#​3447)
  • Separate extensions from integration tests (#​3443)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#​3440)
  • Bump com.gradle.enterprise from 3.18 to 3.18.1 (#​3439)
  • Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#​3437)
  • Bump bytebuddy from 1.15.0 to 1.15.1 (#​3434)
  • Fixes #​3419: Disable mocks with an error message (#​3424)
  • Accessing a mock after clearInlineMocks could provide much more useful error message. (#​3419)

v5.13.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.13.0
  • 2024-08-27 - 43 commit(s) by Breno A, Caleb Cushing, Jinwoo, Kurt Alfred Kluever, Stefano Cordio, Thach Le, dependabot[bot]
  • Bump versions.bytebuddy from 1.14.19 to 1.15.0 (#​3429)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to 2.0.20 (#​3427)
  • Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.11.0 (#​3425)
  • Bump com.gradle.enterprise from 3.17.6 to 3.18 (#​3423)
  • Fix a typo in InjectMocks (#​3422)
  • Bump versions.bytebuddy from 1.14.18 to 1.14.19 (#​3417)
  • Bump androidx.test:runner from 1.6.1 to 1.6.2 (#​3415)
  • Bump versions.junitJupiter from 5.10.3 to 5.11.0 (#​3413)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.0.10 (#​3409)
  • Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 (#​3408)
  • Bump com.google.googlejavaformat:google-java-format from 1.22.0 to 1.23.0 (#​3407)
  • Bump org.shipkit:shipkit-auto-version from 2.0.9 to 2.0.10 (#​3405)
  • Bump com.gradle.enterprise from 3.17.5 to 3.17.6 (#​3404)
  • Bump gradle/wrapper-validation-action from 3.4.2 to 3.5.0 (#​3401)
  • Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 (#​3398)
  • Bump versions.bytebuddy from 1.14.17 to 1.14.18 (#​3397)
  • ci: add .m2 dependencies cache (#​3396)
  • Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.22 (#​3394)
  • Bump androidx.test:runner from 1.6.0 to 1.6.1 (#​3393)
  • Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.10.3 (#​3392)
  • Gradle lazy configuration (#​3391)
  • Bump androidx.test.ext:junit from 1.2.0 to 1.2.1 (#​3388)
  • docs: cleanup javadoc for modularity (#​3386)
  • Bump versions.junitJupiter from 5.10.2 to 5.10.3 (#​3385)
  • Bump androidx.test.ext:junit from 1.1.5 to 1.2.0 (#​3383)
  • Bump androidx.test:runner from 1.5.2 to 1.6.0 (#​3382)
  • Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.0.0 to 4.0.1 (#​3380)
  • Bump gradle/wrapper-validation-action from 3.4.1 to 3.4.2 (#​3376)
  • Bump gradle/wrapper-validation-action from 3.4.0 to 3.4.1 (#​3372)
  • Bump gradle/wrapper-validation-action from 3.3.2 to 3.4.0 (#​3365)
  • Bump org.shipkit:shipkit-auto-version from 2.0.7 to 2.0.9 (#​3364)
  • Bump com.gradle.enterprise from 3.17.4 to 3.17.5 (#​3363)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.19.0 to 3.20.0 (#​3362)
  • Bump net.ltgt.gradle:gradle-errorprone-plugin from 3.1.0 to 4.0.0 (#​3361)
  • Bump versions.bytebuddy from 1.14.16 to 1.14.17 (#​3357)
  • Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (#​3355)
  • EditorConfig enhancement (#​3353)
  • Bump versions.bytebuddy from 1.14.15 to 1.14.16 (#​3352)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.24 to 2.0.0 (#​3351)
  • �Fixes #​3237: Fix NullPointerException in Only.verify (#​3349)
  • Bump com.gradle.enterprise from 3.17.3 to 3.17.4 (#​3348)
  • potential editorconfig enhancement (#​3347)
  • Method Only.verify throws NullPointerException (#​3237)

v5.12.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.12.0
  • 2024-05-11 - 25 commit(s) by Piotr Przybylak, Stefano Cordio, Tim van der Lippe, dependabot[bot], jonghoonpark
  • Bump com.gradle.enterprise from 3.17.2 to 3.17.3 (#​3341)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 (#​3339)
  • Bump versions.bytebuddy from 1.14.14 to 1.14.15 (#​3338)
  • Bump org.shipkit:shipkit-auto-version from 2.0.6 to 2.0.7 (#​3337)
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 (#​3336)
  • Fixes #​3331 : Fix AdditionalMatchers.and() and AdditionalMatchers.or() not to swap the order of matchers (#​3335)
  • AdditionalMatchers.and() and or() swap matcher order (#​3331)
  • Bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2 (#​3327)
  • Bump versions.bytebuddy from 1.14.13 to 1.14.14 (#​3324)
  • Bump org.shipkit:shipkit-auto-version from 2.0.5 to 2.0.6 (#​3322)
  • Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1 (#​3320)
  • Bump com.gradle.enterprise from 3.17 to 3.17.2 (#​3318)
  • Bump gradle/wrapper-validation-action from 2.1.2 to 3.3.0 (#​3317)
  • Update codecov-action version (#​3316)
  • Bump com.google.googlejavaformat:google-java-format from 1.21.0 to 1.22.0 (#​3312)
  • Bump com.gradle.enterprise from 3.16.2 to 3.17 (#​3311)
  • Bump versions.bytebuddy from 1.14.12 to 1.14.13 [(#​330

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Oct 17, 2023

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1479 1249 84% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: cd008e4 by action🐍

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e5da61 to 75e028c Compare November 29, 2023 17:04
@renovate renovate bot changed the title chore(deps): update ubuntu docker tag to lunar-20231004 chore(deps): update ubuntu docker tag to lunar-20231128 Dec 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 75e028c to 8f7f0d6 Compare December 2, 2023 03:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f7f0d6 to f3af344 Compare June 19, 2024 09:48
@renovate renovate bot changed the title chore(deps): update ubuntu docker tag to lunar-20231128 chore(deps): update all non-major dependencies Jun 19, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b5037f9 to 97b2ece Compare June 28, 2024 06:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 34228c2 to 6b35f0c Compare July 12, 2024 01:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 26e742b to 4d8c7b6 Compare August 13, 2024 11:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7362e77 to 22b9ced Compare August 15, 2024 17:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22b9ced to 2b960e1 Compare August 27, 2024 22:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3520067 to 357a6d5 Compare September 11, 2024 15:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2efbe31 to 2397142 Compare September 20, 2024 17:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c2c2e43 to a32e86e Compare October 1, 2024 09:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 16974cb to aa8c3e5 Compare October 8, 2024 17:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 805a98d to ffd19f7 Compare November 2, 2024 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d049b76 to 13c639d Compare November 13, 2024 10:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fd9fb28 to 66aeafe Compare November 19, 2024 18:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9842ad8 to 54661d3 Compare November 29, 2024 19:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c91e372 to baf5d48 Compare December 7, 2024 10:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c61c442 to d173494 Compare December 16, 2024 17:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 890f8d2 to c3c25c8 Compare December 18, 2024 19:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c3c25c8 to cd008e4 Compare December 19, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants