Bump handlebars from 6.1.0 to 6.2.0 in /src/wasm-lib (#4330)
Bumps [handlebars](https://github.com/sunng87/handlebars-rust) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/sunng87/handlebars-rust/releases) - [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/sunng87/handlebars-rust/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 49fl <ircsurfer33@gmail.com>
This commit is contained in:
		
							
								
								
									
										20
									
								
								src/wasm-lib/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										20
									
								
								src/wasm-lib/Cargo.lock
									
									
									
										generated
									
									
									
								
							@ -1130,11 +1130,12 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "handlebars"
 | 
			
		||||
version = "6.1.0"
 | 
			
		||||
version = "6.2.0"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "ce25b617d1375ef96eeb920ae717e3da34a02fc979fe632c75128350f9e1f74a"
 | 
			
		||||
checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "log",
 | 
			
		||||
 "num-order",
 | 
			
		||||
 "pest",
 | 
			
		||||
 "pest_derive",
 | 
			
		||||
 "serde",
 | 
			
		||||
@ -1937,6 +1938,21 @@ dependencies = [
 | 
			
		||||
 "num-traits 0.2.19",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "num-modular"
 | 
			
		||||
version = "0.6.1"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "num-order"
 | 
			
		||||
version = "1.2.0"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "num-modular",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "num-traits"
 | 
			
		||||
version = "0.1.43"
 | 
			
		||||
 | 
			
		||||
@ -91,7 +91,7 @@ debug = true # Flamegraphs of benchmarks require accurate debug symbols
 | 
			
		||||
base64 = "0.22.1"
 | 
			
		||||
criterion = { version = "0.5.1", features = ["async_tokio"] }
 | 
			
		||||
expectorate = "1.1.0"
 | 
			
		||||
handlebars = "6.1.0"
 | 
			
		||||
handlebars = "6.2.0"
 | 
			
		||||
iai = "0.1"
 | 
			
		||||
image = { version = "0.25.3", default-features = false, features = ["png"] }
 | 
			
		||||
insta = { version = "1.40.0", features = ["json"] }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user