Skip to content

Commit

Permalink
subscriber: update to latest parking_lot (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Jul 1, 2020
1 parent 50e8574 commit 31b6ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/Cargo.toml
Expand Up @@ -50,7 +50,7 @@ serde = { version = "1.0", optional = true }
tracing-serde = { path = "../tracing-serde", version = "0.1.1", optional = true }

# opt-in deps
parking_lot = { version = ">= 0.7, < 0.10", optional = true }
parking_lot = { version = ">= 0.7, <= 0.11", optional = true }

# registry
sharded-slab = { version = "^0.0.9", optional = true }
Expand Down

0 comments on commit 31b6ea6

Please sign in to comment.