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

fix(deps): update shippingservice - autoclosed #967

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
log dependencies patch 0.4.17 -> 0.4.19
opentelemetry dependencies minor 0.18 -> 0.19
opentelemetry-http dependencies minor 0.7.0 -> 0.8.0
opentelemetry-otlp (source) dependencies minor 0.11.0 -> 0.12.0
opentelemetry-semantic-conventions (source) dependencies minor 0.10.0 -> 0.11.0
opentelemetry_api dependencies minor 0.18 -> 0.19
reqwest-middleware dependencies patch 0.2.0 -> 0.2.2
reqwest-tracing dependencies patch 0.4.0 -> 0.4.5
rust stage minor 1.69 -> 1.70
tokio (source) dependencies minor 1.28 -> 1.29
tracing-opentelemetry dependencies minor 0.18.0 -> 0.19.0
uuid dependencies minor 1.3.2 -> 1.4.0

Release Notes

rust-lang/log (log)

v0.4.19

Compare Source

v0.4.18

Compare Source

open-telemetry/opentelemetry-rust (opentelemetry)

v0.19.0

Compare Source

This release should been seen as 1.0-rc2 following 1.0-rc1 in v0.18.0. Refer to CHANGELOG.md in individual creates for details on changes made in different creates.

open-telemetry/opentelemetry-rust (opentelemetry-otlp)

v0.12.0

Compare Source

Added
  • Add batch config for otlp pipeline #​979.
  • Add tonic interceptor #​901.
Changed
  • Update opentelemetry to 0.19.
  • Update opentelemetry-semantic-conventions to 0.11.
  • Update opentelemetry-http to 0.8.
  • Bump MSRV to 1.57 #​953.
  • Add User-Agent header on all exporters #​896.
  • Improve OTLP exporter environment variable handling #​912.
  • Fix the issue where tonic exporter builder ignored provided metadata #​937.
  • Export MetricsExporterBuilder #​943.
  • Report OTLP http export errors #​945.
  • Bump MSRV to 1.57 #​953.
  • Change to export using v0.19.0 protobuf definitions. #​989.
  • Update dependencies and bump MSRV to 1.60 #​969.
open-telemetry/opentelemetry-rust (opentelemetry-semantic-conventions)

v0.11.0

Compare Source

Changed
  • Update to opentelemetry v0.19.
  • Update to opentelemetry_http v0.8.
  • Bump MSRV to 1.57 #​953.
  • Update to v1.17.0 spec #​960.
  • Update dependencies and bump MSRV to 1.60 #​969.
TrueLayer/reqwest-middleware (reqwest-middleware)

v0.2.2

Added
  • RequestBuilder::version method to configure the HTTP version

v0.2.1

Added
  • Support for wasm32-unknown-unknown
tokio-rs/tokio (tokio)

v1.29.1: Tokio v1.29.1

Compare Source

Fixed
  • rt: fix nesting two block_in_place with a block_on between (#​5837)

v1.29.0: Tokio v1.29.0

Compare Source

Technically a breaking change, the Send implementation is removed from
runtime::EnterGuard. This change fixes a bug and should not impact most users.

Breaking
  • rt: EnterGuard should not be Send (#​5766)
Fixed
  • fs: reduce blocking ops in fs::read_dir (#​5653)
  • rt: fix possible starvation (#​5686, #​5712)
  • rt: fix stacked borrows issue in JoinSet (#​5693)
  • rt: panic if EnterGuard dropped incorrect order (#​5772)
  • time: do not overflow to signal value (#​5710)
  • fs: wait for in-flight ops before cloning File (#​5803)
Changed
  • rt: reduce time to poll tasks scheduled from outside the runtime (#​5705, #​5720)
Added
  • net: add uds doc alias for unix sockets (#​5659)
  • rt: add metric for number of tasks (#​5628)
  • sync: implement more traits for channel errors (#​5666)
  • net: add nodelay methods on TcpSocket (#​5672)
  • sync: add broadcast::Receiver::blocking_recv (#​5690)
  • process: add raw_arg method to Command (#​5704)
  • io: support PRIORITY epoll events (#​5566)
  • task: add JoinSet::poll_join_next (#​5721)
  • net: add support for Redox OS (#​5790)
Unstable

v1.28.2: Tokio v1.28.2

Compare Source

1.28.2 (May 28, 2023)

Forward ports 1.18.6 changes.

Fixed
  • deps: disable default features for mio (#​5728)

v1.28.1: Tokio v1.28.1

Compare Source

1.28.1 (May 10th, 2023)

This release fixes a mistake in the build script that makes AsFd implementations unavailable on Rust 1.63. (#​5677)

tokio-rs/tracing-opentelemetry (tracing-opentelemetry)

v0.19.0

Breaking Changes
  • Upgrade to v0.19.0 of opentelemetry (#​12)
    For list of breaking changes in OpenTelemetry, see the
    v0.19.0 changelog.
  • Update MSRV to require Rust 1.60+, as opentelemetry requires it now (#​12)

Thanks to @​jaysonsantos, @​briankung, and @​humb1t for contributing to this release!

uuid-rs/uuid (uuid)

v1.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: uuid-rs/uuid@1.3.4...1.4.0

v1.3.4

Compare Source

What's Changed
New Contributors

Full Changelog: uuid-rs/uuid@1.3.3...1.3.4

v1.3.3

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@1.3.2...1.3.3


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team July 9, 2023 02:17
@renovate renovate bot changed the title fix(deps): update shippingservice fix(deps): update shippingservice - autoclosed Jul 10, 2023
@renovate renovate bot closed this Jul 10, 2023
@renovate renovate bot deleted the renovate/shippingservice branch July 10, 2023 05:47
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