-
Notifications
You must be signed in to change notification settings - Fork 217
Bump dependencies to latest versions #542
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
Conversation
Bumps dependencies in `Cargo.toml` files, including fixes for breaking changes in upgrading `rand` crate from `0.8` to `0.9`, and bumped actions in GHA workflow files.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Replaced manual `impl Default for SamplingDecision` with `#[derive(Default)]` to resolve clippy error.
|
Is that failing test just a case of updating the expected |
|
Thanks! |
Head branch was pushed to by a user without write access
Bumps dependencies in
Cargo.tomlfiles, including fixes for breaking changes in upgradingrandcrate from0.8to0.9, and bumped actions in GHA workflow files.Also drops the
patchcomponent from all dependency versions inCargo.tomlfiles.This PR closes #529, #530, #533, #534, and #535.