mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Bump thiserror from 1.0.69 to 2.0.11 (#3195)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.11) --- updated-dependencies: - dependency-name: thiserror 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:
		
							
								
								
									
										26
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										26
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -151,7 +151,7 @@ dependencies = [
 | 
			
		||||
 "syntect",
 | 
			
		||||
 "tempfile",
 | 
			
		||||
 "terminal-colorsaurus",
 | 
			
		||||
 "thiserror",
 | 
			
		||||
 "thiserror 2.0.11",
 | 
			
		||||
 "toml",
 | 
			
		||||
 "unicode-width 0.1.14",
 | 
			
		||||
 "wait-timeout",
 | 
			
		||||
@@ -1467,7 +1467,7 @@ dependencies = [
 | 
			
		||||
 "serde",
 | 
			
		||||
 "serde_derive",
 | 
			
		||||
 "serde_json",
 | 
			
		||||
 "thiserror",
 | 
			
		||||
 "thiserror 1.0.69",
 | 
			
		||||
 "walkdir",
 | 
			
		||||
 "yaml-rust",
 | 
			
		||||
]
 | 
			
		||||
@@ -1556,7 +1556,16 @@ version = "1.0.69"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "thiserror-impl",
 | 
			
		||||
 "thiserror-impl 1.0.69",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "thiserror"
 | 
			
		||||
version = "2.0.11"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "thiserror-impl 2.0.11",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
@@ -1570,6 +1579,17 @@ dependencies = [
 | 
			
		||||
 "syn",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "thiserror-impl"
 | 
			
		||||
version = "2.0.11"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "proc-macro2",
 | 
			
		||||
 "quote",
 | 
			
		||||
 "syn",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "time"
 | 
			
		||||
version = "0.3.37"
 | 
			
		||||
 
 | 
			
		||||
@@ -47,7 +47,7 @@ bincode = "1.0"
 | 
			
		||||
console = "0.15.10"
 | 
			
		||||
flate2 = "1.0"
 | 
			
		||||
once_cell = "1.20"
 | 
			
		||||
thiserror = "1.0"
 | 
			
		||||
thiserror = "2.0"
 | 
			
		||||
wild = { version = "2.2", optional = true }
 | 
			
		||||
content_inspector = "0.2.4"
 | 
			
		||||
shell-words = { version = "1.1.0", optional = true }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user