Skip to content

Commit

Permalink
Update RUSTSEC-2020-0071.md (#1594)
Browse files Browse the repository at this point in the history
The sources links were published without a hyperlink at: https://rustsec.org/advisories/RUSTSEC-2020-0071

This update is using explicit markdown hyperlinks in hopes that it will be rendered and published correctly.
  • Loading branch information
DK26 authored Feb 8, 2023
1 parent cb6cfde commit b485cf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/time/RUSTSEC-2020-0071.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Users of time 0.1 do not have a patch and should upgrade to an unaffected versio

### Workarounds

A possible workaround for crates affected through the transitive dependency in `chrono`, is to avoid using the default `oldtime` feature dependency of the `chrono` crate by disabling its default-features and manually specifying the required features instead.
A possible workaround for crates affected through the transitive dependency in `chrono`, is to avoid using the default `oldtime` feature dependency of the `chrono` crate by disabling its `default-features` and manually specifying the required features instead.

#### Examples:

Expand All @@ -92,5 +92,5 @@ cargo add chrono --no-default-features -F clock
```

Sources:
- https://github.com/chronotope/chrono/issues/602#issuecomment-1242149249
- https://github.com/vityafx/serde-aux/issues/21
- [chronotope/chrono#602 (comment)](https://github.com/chronotope/chrono/issues/602#issuecomment-1242149249)
- [vityafx/serde-aux#21](https://github.com/vityafx/serde-aux/issues/21)

0 comments on commit b485cf4

Please sign in to comment.