Skip to content

Commit

Permalink
Merge pull request #329 from lann/remove-indexmap-pin
Browse files Browse the repository at this point in the history
Remove pinned indexmap dependency
  • Loading branch information
thomastaylor312 authored Apr 4, 2022
2 parents 37f5629 + b04616e commit a875e64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ tracing-subscriber = { version = "0.3.7", features = ["env-filter"], optional =
url = "2.2.2"
warp = { version = "0.3", features = ["tls"], optional = true }

# NOTE: This is a workaround due to a dependency issue in oauth2: https://github.com/tkaitchuck/ahash/issues/95#issuecomment-903560879
indexmap = "~1.6.2"

[target.'cfg(target_family = "windows")'.dependencies]
remove_dir_all = "0.7.0"

Expand Down

0 comments on commit a875e64

Please sign in to comment.