Bump wasm-bindgen from 0.2.91 to 0.2.99 and wasm-bindgen-futures from… (#4732)
* Bump wasm-bindgen from 0.2.91 to 0.2.99 and wasm-bindgen-futures from 0.4.44 to 0.4.49 * Upgrade in the kcl crate also * Update web-sys version constraint to match lock
This commit is contained in:
		@ -82,9 +82,9 @@ tokio = { version = "1.41.1", features = ["sync", "time"] }
 | 
			
		||||
tower-lsp = { version = "0.20.0", default-features = false, features = [
 | 
			
		||||
    "runtime-agnostic",
 | 
			
		||||
] }
 | 
			
		||||
wasm-bindgen = "0.2.91"
 | 
			
		||||
wasm-bindgen-futures = "0.4.44"
 | 
			
		||||
web-sys = { version = "0.3.72", features = ["console"] }
 | 
			
		||||
wasm-bindgen = "0.2.99"
 | 
			
		||||
wasm-bindgen-futures = "0.4.49"
 | 
			
		||||
web-sys = { version = "0.3.76", features = ["console"] }
 | 
			
		||||
 | 
			
		||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
 | 
			
		||||
approx = "0.5"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user