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: dependency updates #1049

Merged
merged 4 commits into from
Jan 25, 2024
Merged

chore: dependency updates #1049

merged 4 commits into from
Jan 25, 2024

Commits on Jan 16, 2024

  1. chore: Update proptest-derive

    - Updated the `proptest-derive` dependency in Cargo.toml to the latest version (`0.4.0`)
    huitseeker committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    32f7505 View commit details
    Browse the repository at this point in the history
  2. chore: Update metrics library and adapt usage

    - Updated the `metrics` package to `0.22.0` from `0.21.1` and updated API.
    - Modified `MetricsSink` initialization to utilize `set_global_recorder` for setting the metrics recorder.
    - Tweaked the manner of incrementing metrics in tests to use `.increment(n)` for counters and `.set(value)`
    - Expanded `MetricsRecorder` struct to now include `Metadata` within its `register_counter`, `register_gauge`, and `register_histogram` methods.
    huitseeker committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a01bdca View commit details
    Browse the repository at this point in the history
  3. chore: Remove base64 dependency from Cargo.toml

    - Removed base64 dependency from the workspace
    - Eliminated base64 from the members list in Cargo.toml
    huitseeker committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    12eecf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. chore: Upgrade Rust toolchain and add typo exceptions

    - Upgraded the Rust toolchain version to `1.75` for enhanced performance and updated functionalities
    - Initialized a new file `_typos.toml` to handle and ignore specified typos like "[Aa]bomonation" to improve code readability and quality.
    
    Closes lurk-lab#1072
    huitseeker committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    1f9f6fb View commit details
    Browse the repository at this point in the history