Merge pull request #1296 from rustwasm/dependabot/cargo/scoped-tls-1.0

Update scoped-tls requirement from 0.1 to 1.0
This commit is contained in:
Alex Crichton 2019-02-27 10:45:01 -06:00 committed by GitHub
commit cb432be5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ repository = "https://github.com/rustwasm/wasm-bindgen"
console_error_panic_hook = '0.1'
futures = "0.1"
js-sys = { path = '../js-sys', version = '0.3.14' }
scoped-tls = "0.1"
scoped-tls = "1.0"
wasm-bindgen = { path = '../..', version = '0.2.37' }
wasm-bindgen-futures = { path = '../futures', version = '0.3.14' }
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.2.37' }