Skip to content

Commit c4d128f

Browse files
jeremyandrewsslashrsm
authored andcommitted
disable default chronos features
1 parent 6a74aa2 commit c4d128f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 0.17.2-dev
44
- [#557](https://github.com/tag1consulting/goose/pull/557) speed up user initialization on Linux
5+
- [#559](https://github.com/tag1consulting/goose/pull/559) disable unnecessary features in chronos, avoid potential segfault in time crate: https://rustsec.org/advisories/RUSTSEC-2020-0071
56

67
## 0.17.1 August 17, 2023
78
- [#543](https://github.com/tag1consulting/goose/pull/543) remove external dependency on num_cpus(), use instead built-in available_parallelism() added in rust 1.59.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "Apache-2.0"
1313

1414
[dependencies]
1515
async-trait = "0.1"
16-
chrono = "0.4"
16+
chrono = { version = "0.4", default-features = false, features = ["clock"] }
1717
ctrlc = "3"
1818
downcast-rs = "1.2"
1919
flume = "0.11"

0 commit comments

Comments
 (0)