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

backport #1912 #1914

Merged
merged 3 commits into from
Feb 7, 2022
Merged

backport #1912 #1914

merged 3 commits into from
Feb 7, 2022

Commits on Feb 7, 2022

  1. chore: update MSRVs from 1.42 to 1.49 (#1913)

    This updates all crates' MSRVs to 1.49 if they were not already greater
    than that (`tracing-appender` is at 1.53). Rust 1.49+ is required to
    update `parking_lot` to v0.12 (see #1878). Also, `futures-task` (which I
    believe is only needed as a transitive dep) now needs 1.45+, so this
    also fixes our CI build.
    
    Because `tracing-opentelemetry` previously required 1.46.0, it had a
    separate CI MSRV job. Since 1.49.0 is greater than 1.46.0, the separate
    check for `tracing-opentelemetry` is no longer needed.
    
    In the process, I removed deprecated uses of
    `core::atomic::spin_loop_hint`, which is replaced with
    `core::hint::spin_loop` in 1.49.
    hawkw committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    908e563 View commit details
    Browse the repository at this point in the history
  2. journald: make memfd_create syscall directly (#1912)

    Fixes #1879
    
    ## Motivation
    
    `journald-tracing>=0.2.1` doesn't build with old glibc.
    
    ## Solution
    
    Make the `memfd_create` syscall ourselves.
    
    cc @lunaryorn @Ralith
    9999years authored and hawkw committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    c93092f View commit details
    Browse the repository at this point in the history
  3. build(deps): update parking_lot requirement from 0.11.2 to 0.12.0 (#1878

    )
    
    Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the latest version.
    - [Release notes](https://github.com/Amanieu/parking_lot/releases)
    - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
    - [Commits](Amanieu/parking_lot@0.11.2...0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: parking_lot
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    dependabot[bot] and hawkw committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    c0e11f3 View commit details
    Browse the repository at this point in the history