• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rust-cli / config-rs / 14323491851
64%

Build:
DEFAULT BRANCH: main
Ran 08 Apr 2025 02:08AM UTC
Jobs 1
Files 22
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Apr 2025 02:06AM UTC coverage: 65.295%. Remained the same
14323491851

push

github

web-flow
chore(deps): Update Rust crate tokio to v1.38.2 [SECURITY] (#655)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tokio](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tokio)) |
dev-dependencies | minor | `1.35.1` -> `1.38.2` |

### GitHub Vulnerability Alerts

####
[GHSA-rr8g-9fpq-6wmg](https://redirect.github.com/tokio-rs/tokio/pull/7232)

The broadcast channel internally calls `clone` on the stored value when
receiving it, and only requires `T:Send`. This means that using the
broadcast channel with values that are `Send` but not `Sync` can trigger
unsoundness if the `clone` implementation makes use of the value being
`!Sync`.

Thank you to Austin Bonander for finding and reporting this issue.

---

### Release Notes

<details>
<summary>tokio-rs/tokio (tokio)</summary>

###
[`v1.38.2`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.38.2):
Tokio v1.38.2

[Compare
Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.38.1...tokio-1.38.2)

This release fixes a soundness issue in the broadcast channel. The
channel accepts values that are `Send` but `!Sync`. Previously, the
channel called `clone()` on these values without synchronizing. This
release fixes the channel by synchronizing calls to `.clone()` (Thanks
Austin Bonander for finding and reporting the issue).

##### Fixed

- sync: synchronize `clone()` call in broadcast channel ([#&#8203;7232])

[#&#8203;7232]: https://redirect.github.com/tokio-rs/tokio/pull/7232

###
[`v1.38.1`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.38.1):
Tokio v1.38.1

[Compare
Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.1)

### 1.38.1 (July 16th, 2024)

This release fixes the bug identified as ([#&#8203;6682]), which caused
timers not
to fire when they should.

##### Fixed

- time: update `wake_up` while holding all the locks of sharded time
wheels ([#&#8203;6683])... (continued)

952 of 1458 relevant lines covered (65.29%)

3.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14323491851.1 08 Apr 2025 02:08AM UTC 22
65.29
GitHub Action Run
Source Files on build 14323491851
  • Tree
  • List 22
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ad773ab9 on github
  • Prev Build on main (#14242775453)
  • Next Build on main (#15062919693)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc