Skip to content

Commit

Permalink
chore(tests): Pin thread_local to 1.0.1
Browse files Browse the repository at this point in the history
Until #6005 is resolved.

Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
  • Loading branch information
jszwedko committed Jan 18, 2021
1 parent 6f147f3 commit 2f02026
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ dirs-next = { version = "2.0.0", optional = true }
fakedata_generator = "0.2.4"
postgres-openssl = { version = "0.3.0", optional = true }
tokio-postgres = { version = "0.5.5", optional = true, features = ["runtime", "with-chrono-0_4"] }
# Indirect dependency; pinning until
# https://github.com/timberio/vector/issues/6005 is resolved
thread_local = "= 1.0.1"

# For WASM
vector-wasm = { path = "lib/vector-wasm", optional = true }
Expand Down

0 comments on commit 2f02026

Please sign in to comment.