Bump zip from 1.3.0 to 2.0.0 in /src/wasm-lib (#2536)
Bumps [zip](https://github.com/zip-rs/zip2) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								src/wasm-lib/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								src/wasm-lib/Cargo.lock
									
									
									
										generated
									
									
									
								
							@ -5311,9 +5311,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "zip"
 | 
			
		||||
version = "1.3.0"
 | 
			
		||||
version = "2.0.0"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "f1f4a27345eb6f7aa7bd015ba7eb4175fa4e1b462a29874b779e0bbcf96c6ac7"
 | 
			
		||||
checksum = "fccb210625924ecbbe92f9bb497d04b167b64fe5540cec75f10b16e0c51ee92b"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "arbitrary",
 | 
			
		||||
 "crc32fast",
 | 
			
		||||
 | 
			
		||||
@ -44,7 +44,7 @@ url = { version = "2.5.0", features = ["serde"] }
 | 
			
		||||
uuid = { version = "1.8.0", features = ["v4", "js", "serde"] }
 | 
			
		||||
validator = { version = "0.18.1", features = ["derive"] }
 | 
			
		||||
winnow = "0.5.40"
 | 
			
		||||
zip = { version = "1.3.0", default-features = false }
 | 
			
		||||
zip = { version = "2.0.0", default-features = false }
 | 
			
		||||
 | 
			
		||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
 | 
			
		||||
js-sys = { version = "0.3.69" }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user