Skip to content

Commit 8b10cfe

Browse files
committed
(ml5717) Early-upgrade of tskit to fix chrono vulnerabilities
1 parent fc57f76 commit 8b10cfe

File tree

2 files changed

+5
-40
lines changed

2 files changed

+5
-40
lines changed

Cargo.lock

Lines changed: 4 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

necsim/plugins/tskit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ necsim-plugins-core = { path = "../core", features = ["export"] }
1717

1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"
20-
tskit = { version = "0.5", features = ["provenance"] }
20+
tskit = { git = "https://github.com/tskit-dev/tskit-rust.git", rev = "8bb08be", features = ["provenance"] }
2121
uname = "0.1"
2222
findshlibs = "0.10"
2323
fnv = "1.0"

0 commit comments

Comments
 (0)