Skip to content

Commit

Permalink
Update lazy_static dependency to "1.0.2" (#2378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamschi authored Nov 30, 2020
1 parent 69546a2 commit a125903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extra-traits = ["syn/extra-traits"]

[dependencies]
bumpalo = "3.0.0"
lazy_static = "1.0.0"
lazy_static = "1.0.2"
log = "0.4"
proc-macro2 = "1.0"
quote = '1.0'
Expand Down
2 changes: 1 addition & 1 deletion crates/webidl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ quote = '1.0'
syn = { version = '1.0', features = ['full'] }
wasm-bindgen-backend = { version = "=0.2.69", path = "../backend" }
weedle = "0.11"
lazy_static = "1.0.0"
lazy_static = "1.0.2"
sourcefile = "0.1"
structopt = "0.3.9"

0 comments on commit a125903

Please sign in to comment.