Skip to content

Commit

Permalink
subscriber: upgrade to smallvec 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jan 22, 2020
1 parent dee99ac commit 98266d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tracing-core = "0.1.2"
# only required by the filter feature
matchers = { optional = true, version = "0.0.1" }
regex = { optional = true, version = "1" }
smallvec = { optional = true, version = "0.6.10"}
smallvec = { optional = true, version = "1"}
lazy_static = { optional = true, version = "1" }

# fmt
Expand Down

0 comments on commit 98266d2

Please sign in to comment.