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

Update cargo non-major dependencies #80

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 4, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
async-trait dependencies patch 0.1.80 -> 0.1.81
log dependencies patch 0.4.21 -> 0.4.22
prost dependencies minor 0.12.6 -> 0.13.0
serde (source) dependencies patch 1.0.203 -> 1.0.204
tonic dependencies minor 0.11.0 -> 0.12.0
tonic-build build-dependencies minor 0.11.0 -> 0.12.0
uuid dependencies minor 1.9.1 -> 1.10.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

dtolnay/async-trait (async-trait)

v0.1.81

Compare Source

rust-lang/log (log)

v0.4.22

Compare Source

tokio-rs/prost (prost)

v0.13.0

Compare Source

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

This major update brings new features and fixes:

Breaking changes

  • derive Copy trait for messages where possible (#​950)

    prost-build will automatically derive trait Copy for some messages. If you manually implement Copy you should remove your implementation.

  • Change generated functions signatures to remove type parameters (#​1045)

    The function signature of trait Message is changed to use impl Buf instead of a named generic type. If you implement trait Message, you should change the function signature.

  • Lightweight error value in TryFrom for enums (#​1010)

    When a impl TryFrom<i32> is generated by prost derive macros, it will now return the error type UnknownEnumValue instead of DecodeError. The new error can be used to retreive the integer value that failed to convert.

Features

  • fix: Only touch include file if contents is changed (#​1058)

    Most generated files are untouched when the contents doesn't change. Use the same mechanism for include file as well.

Dependencies

  • update env_logger requirement from 0.10 to 0.11 (#​1074)
  • update criterion requirement from 0.4 to 0.5 (#​1071)
  • Remove unused libz-sys (#​1077)
  • build(deps): update itertools requirement from >=0.10, <=0.12 to >=0.10, <=0.13 (#​1070)

Documentation

  • better checking of tag duplicates, avoid discarding invalid variant errs (#​951)
  • docs: Fix broken link warnings (#​1056)
  • Add missing LICENSE symlink (#​1086)

Internal

  • workspace package metadata (#​1036)
  • fix: Build error due to merge conflict (#​1068)
  • build: Fix release scripts (#​1055)
  • chore: Add ci to check MSRV (#​1057)
  • ci: Add all tests pass job (#​1069)
  • ci: Add Dependabot (#​957)
  • ci: Ensure both README are the same and prost version is correct (#​1078)
  • ci: Set rust version of clippy job to a fixed version (#​1090)
serde-rs/serde (serde)

v1.0.204

Compare Source

  • Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#​2767, thanks @​weiznich)
hyperium/tonic (tonic)

v0.12.0

Compare Source

This breaking release updates tonic to the hyper 1.0 ecosystem and also updates
to prost v0.13.0.

Features
Bug Fixes
BREAKING CHANGES
  • tonic and crates updated to hyper 1.0 (#​1670)
  • tonic and crates updated to prost 0.13 (#​1779)
  • tonic_reflection::server is updated to use the generated
    tonic_reflection::pb::v1 code.
  • Make compression encoding configuration more malleable (#​1757)
uuid-rs/uuid (uuid)

v1.10.0

Compare Source

Deprecations

This release deprecates and renames the following functions:

  • Builder::from_rfc4122_timestamp -> Builder::from_gregorian_timestamp
  • Builder::from_sorted_rfc4122_timestamp -> Builder::from_sorted_gregorian_timestamp
  • Timestamp::from_rfc4122 -> Timestamp::from_gregorian
  • Timestamp::to_rfc4122 -> Timestamp::to_gregorian

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.9.1...1.10.0


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Jul 4, 2024
@renovate renovate bot force-pushed the renovate/cargo-minor-patch branch from 020d341 to fd78e74 Compare July 6, 2024 22:29
@renovate renovate bot changed the title Update Rust crate log to v0.4.22 Update cargo non-major dependencies Jul 6, 2024
@renovate renovate bot force-pushed the renovate/cargo-minor-patch branch from fd78e74 to 7a2e712 Compare July 7, 2024 21:23
@renovate renovate bot force-pushed the renovate/cargo-minor-patch branch from 7a2e712 to 15aa162 Compare July 8, 2024 18:43
Copy link
Author

renovate bot commented Jul 8, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: server/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path server/Cargo.toml --package [email protected] --precise 0.13.0
    Updating crates.io index
error: failed to select a version for the requirement `prost = "^0.12"`
candidate versions found which didn't match: 0.13.0
location searched: crates.io index
required by package `opentelemetry-otlp v0.16.0`
    ... which satisfies dependency `opentelemetry-otlp = "^0.16.0"` (locked to 0.16.0) of package `server v0.1.0 (/tmp/renovate/repos/github/curieo-org/search/server)`
perhaps a crate was updated and forgotten to be re-vendored?

@rathijitpapon rathijitpapon merged commit 9884e86 into main Jul 9, 2024
3 of 4 checks passed
@rathijitpapon rathijitpapon deleted the renovate/cargo-minor-patch branch July 9, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant