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

Conversation

huitseeker
Copy link
Member

@huitseeker huitseeker commented Jan 13, 2024

Closes #1047.
Closes #1072.

- Updated the `proptest-derive` dependency in Cargo.toml to the latest version (`0.4.0`)
- 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.
- Removed base64 dependency from the workspace
- Eliminated base64 from the members list in Cargo.toml
- 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 huitseeker added this pull request to the merge queue Jan 25, 2024
Merged via the queue into lurk-lab:main with commit a9b537b Jan 25, 2024
11 checks passed
@huitseeker huitseeker deleted the dep_updates2 branch January 25, 2024 15:09
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.

chore: rust toolchain needs an upgrade
2 participants