Bump insta from 1.41.0 to 1.41.1 in /src/wasm-lib (#4400)
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.41.0 to 1.41.1. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.41.0...1.41.1) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch ... 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
									
									
									
								
							@ -1592,9 +1592,9 @@ checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "insta"
 | 
			
		||||
version = "1.41.0"
 | 
			
		||||
version = "1.41.1"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "a1f72d3e19488cf7d8ea52d2fc0f8754fc933398b337cd3cbdb28aaeb35159ef"
 | 
			
		||||
checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "console",
 | 
			
		||||
 "lazy_static",
 | 
			
		||||
 | 
			
		||||
@ -86,7 +86,7 @@ expectorate = "1.1.0"
 | 
			
		||||
handlebars = "6.2.0"
 | 
			
		||||
iai = "0.1"
 | 
			
		||||
image = { version = "0.25.3", default-features = false, features = ["png"] }
 | 
			
		||||
insta = { version = "1.41.0", features = ["json", "filters"] }
 | 
			
		||||
insta = { version = "1.41.1", features = ["json", "filters"] }
 | 
			
		||||
itertools = "0.13.0"
 | 
			
		||||
pretty_assertions = "1.4.1"
 | 
			
		||||
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros", "time"] }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user