Bump anyhow from 1.0.82 to 1.0.83 in /src/wasm-lib (#2309)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.83. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.83) --- updated-dependencies: - dependency-name: anyhow 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
									
									
									
								
							@ -155,9 +155,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "anyhow"
 | 
			
		||||
version = "1.0.82"
 | 
			
		||||
version = "1.0.83"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
 | 
			
		||||
checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "backtrace",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
@ -23,7 +23,7 @@ serde_tokenstream = "0.2"
 | 
			
		||||
syn = { version = "2.0.60", features = ["full"] }
 | 
			
		||||
 | 
			
		||||
[dev-dependencies]
 | 
			
		||||
anyhow = "1.0.82"
 | 
			
		||||
anyhow = "1.0.83"
 | 
			
		||||
expectorate = "1.1.0"
 | 
			
		||||
pretty_assertions = "1.4.0"
 | 
			
		||||
rustfmt-wrapper = "0.2.1"
 | 
			
		||||
 | 
			
		||||
@ -11,7 +11,7 @@ keywords = ["kcl", "KittyCAD", "CAD"]
 | 
			
		||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
anyhow = { version = "1.0.82", features = ["backtrace"] }
 | 
			
		||||
anyhow = { version = "1.0.83", features = ["backtrace"] }
 | 
			
		||||
async-recursion = "1.1.1"
 | 
			
		||||
async-trait = "0.1.80"
 | 
			
		||||
base64 = "0.22.1"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user