Skip to content

Commit d670bb6

Browse files
committed
Require a version of thread_local without the memory leak
1 parent fadd19f commit d670bb6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ notify = "4.0.15"
8686
chrono = { version = "0.4.11", features = ["serde"] }
8787
time = "0.1" # TODO: Remove once `iron` is removed
8888

89+
# Transitive dependencies we don't use directly but need to have specific versions of
90+
thread_local = "1.1.3"
91+
8992
[dependencies.postgres]
9093
version = "0.19"
9194
features = ["with-chrono-0_4", "with-serde_json-1"]

0 commit comments

Comments
 (0)