From a1259031775ad10c3f84f143825ea95d9f5d26d0 Mon Sep 17 00:00:00 2001 From: Tamme Schichler Date: Mon, 30 Nov 2020 23:29:22 +0100 Subject: [PATCH] Update lazy_static dependency to "1.0.2" (#2378) --- crates/backend/Cargo.toml | 2 +- crates/webidl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index d25e5e12654..4560efb2474 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -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' diff --git a/crates/webidl/Cargo.toml b/crates/webidl/Cargo.toml index 878c51e5de2..69c854cc9d6 100644 --- a/crates/webidl/Cargo.toml +++ b/crates/webidl/Cargo.toml @@ -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"