Skip to content

Commit a125903

Browse files
authored
Update lazy_static dependency to "1.0.2" (#2378)
1 parent 69546a2 commit a125903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extra-traits = ["syn/extra-traits"]
1717

1818
[dependencies]
1919
bumpalo = "3.0.0"
20-
lazy_static = "1.0.0"
20+
lazy_static = "1.0.2"
2121
log = "0.4"
2222
proc-macro2 = "1.0"
2323
quote = '1.0'

crates/webidl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ quote = '1.0'
2222
syn = { version = '1.0', features = ['full'] }
2323
wasm-bindgen-backend = { version = "=0.2.69", path = "../backend" }
2424
weedle = "0.11"
25-
lazy_static = "1.0.0"
25+
lazy_static = "1.0.2"
2626
sourcefile = "0.1"
2727
structopt = "0.3.9"

0 commit comments

Comments
 (0)