mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-01 07:32:01 +00:00 
			
		
		
		
	Bump clircle from 0.4.0 to 0.5.0 (#2845)
Bumps [clircle](https://github.com/niklasmohrin/clircle) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/niklasmohrin/clircle/releases) - [Commits](https://github.com/niklasmohrin/clircle/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: clircle 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:
		
							
								
								
									
										5
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										5
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -272,13 +272,14 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "clircle" | name = "clircle" | ||||||
| version = "0.4.0" | version = "0.5.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "c8e87cbed5354f17bd8ca8821a097fb62599787fe8f611743fad7ee156a0a600" | checksum = "ec0b92245ea62a7a751db4b0e4a583f8978e508077ef6de24fcc0d0dc5311a8d" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "cfg-if", |  "cfg-if", | ||||||
|  "libc", |  "libc", | ||||||
|  "serde", |  "serde", | ||||||
|  |  "serde_derive", | ||||||
|  "winapi", |  "winapi", | ||||||
| ] | ] | ||||||
|  |  | ||||||
|   | |||||||
| @@ -57,7 +57,7 @@ serde = { version = "1.0", features = ["derive"] } | |||||||
| serde_yaml = "0.9.28" | serde_yaml = "0.9.28" | ||||||
| semver = "1.0" | semver = "1.0" | ||||||
| path_abs = { version = "0.5", default-features = false } | path_abs = { version = "0.5", default-features = false } | ||||||
| clircle = "0.4" | clircle = "0.5" | ||||||
| bugreport = { version = "0.5.0", optional = true } | bugreport = { version = "0.5.0", optional = true } | ||||||
| etcetera = { version = "0.8.0", optional = true } | etcetera = { version = "0.8.0", optional = true } | ||||||
| grep-cli = { version = "0.1.10", optional = true } | grep-cli = { version = "0.1.10", optional = true } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user