Skip to content

Commit

Permalink
upgrade mio 0.8.10 => 0.8.11 (#7009)
Browse files Browse the repository at this point in the history
## Problem

`cargo deny` fails
- https://rustsec.org/advisories/RUSTSEC-2024-0019
-
GHSA-r8w9-5wcg-vfj7

> The vulnerability is Windows-specific, and can only happen if you are
using named pipes. Other IO resources are not affected.

## Summary of changes
- Upgrade `mio` from 0.8.10 to 0.8.11 (`cargo update -p mio`)
  • Loading branch information
bayandin committed Mar 4, 2024
1 parent e62baa9 commit 3dfae4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 3dfae4b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2561 tests run: 2425 passed, 1 failed, 135 skipped (full report)


Failures on Postgres 14

  • test_basebackup_with_high_slru_count[github-actions-selfhosted-vectored-10-13-30]: release
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_basebackup_with_high_slru_count[release-pg14-github-actions-selfhosted-vectored-10-13-30]"

Code coverage* (full report)

  • functions: 28.7% (6934 of 24172 functions)
  • lines: 47.2% (42513 of 90097 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
3dfae4b at 2024-03-04T20:01:53.545Z :recycle:

Please sign in to comment.