Skip to content

Commit

Permalink
upgrade lazy_static
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Feb 19, 2024
1 parent 046bbdd commit a0dfa8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runtime_select = ["lazy_static"]

[dependencies]
cfg-if = "1.0"
lazy_static = { version = "1.3", optional = true }
lazy_static = { version = "1.4", optional = true }

[dependencies.num-traits]
version = "0.2"
Expand All @@ -41,7 +41,7 @@ criterion = "0.5"
farmhash = "1.1"
fnv = "1.0"
fxhash = "0.2"
lazy_static = "1.3"
lazy_static = "1.4"
meowhash = "0.3"
metrohash = "1.0"
murmur3 = "0.5"
Expand Down

0 comments on commit a0dfa8a

Please sign in to comment.