mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	Bump unicode-width from 0.1.14 to 0.2.0 (#3225)
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.14 to 0.2.0. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.14...v0.2.0) --- updated-dependencies: - dependency-name: unicode-width 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>
This commit is contained in:
		
							
								
								
									
										10
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -159,7 +159,7 @@ dependencies = [ | |||||||
|  "thiserror 2.0.11", |  "thiserror 2.0.11", | ||||||
|  "toml", |  "toml", | ||||||
|  "unicode-segmentation", |  "unicode-segmentation", | ||||||
|  "unicode-width 0.1.14", |  "unicode-width", | ||||||
|  "wait-timeout", |  "wait-timeout", | ||||||
|  "walkdir", |  "walkdir", | ||||||
|  "wild", |  "wild", | ||||||
| @@ -311,7 +311,7 @@ dependencies = [ | |||||||
|  "encode_unicode", |  "encode_unicode", | ||||||
|  "libc", |  "libc", | ||||||
|  "once_cell", |  "once_cell", | ||||||
|  "unicode-width 0.2.0", |  "unicode-width", | ||||||
|  "windows-sys 0.59.0", |  "windows-sys 0.59.0", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| @@ -1713,12 +1713,6 @@ version = "1.12.0" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" | ||||||
|  |  | ||||||
| [[package]] |  | ||||||
| name = "unicode-width" |  | ||||||
| version = "0.1.14" |  | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" |  | ||||||
| checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |  | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "unicode-width" | name = "unicode-width" | ||||||
| version = "0.2.0" | version = "0.2.0" | ||||||
|   | |||||||
| @@ -52,7 +52,7 @@ thiserror = "2.0" | |||||||
| wild = { version = "2.2", optional = true } | wild = { version = "2.2", optional = true } | ||||||
| content_inspector = "0.2.4" | content_inspector = "0.2.4" | ||||||
| shell-words = { version = "1.1.0", optional = true } | shell-words = { version = "1.1.0", optional = true } | ||||||
| unicode-width = "0.1.13" | unicode-width = "0.2.0" | ||||||
| globset = "0.4" | globset = "0.4" | ||||||
| serde = "1.0" | serde = "1.0" | ||||||
| serde_derive = "1.0" | serde_derive = "1.0" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user