mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +02:00 
			
		
		
		
	deps: update regex to 1.0.2
And also update to regex-syntax 0.6.2.
This commit is contained in:
		
							
								
								
									
										20
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										20
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -102,7 +102,7 @@ dependencies = [ | ||||
|  "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -111,8 +111,8 @@ version = "0.1.8" | ||||
| dependencies = [ | ||||
|  "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -124,7 +124,7 @@ dependencies = [ | ||||
|  "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -200,19 +200,19 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "regex" | ||||
| version = "1.0.1" | ||||
| version = "1.0.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "regex-syntax" | ||||
| version = "0.6.1" | ||||
| version = "0.6.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -243,7 +243,7 @@ dependencies = [ | ||||
|  "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "termcolor 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -398,8 +398,8 @@ dependencies = [ | ||||
| "checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5" | ||||
| "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" | ||||
| "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | ||||
| "checksum regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13c93d55961981ba9226a213b385216f83ab43bd6ac53ab16b2eeb47e337cf4e" | ||||
| "checksum regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05b06a75f5217880fc5e905952a42750bf44787e56a6c6d6852ed0992f5e1d54" | ||||
| "checksum regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5bbbea44c5490a1e84357ff28b7d518b4619a159fed5d25f6c1de2d19cc42814" | ||||
| "checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" | ||||
| "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | ||||
| "checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637" | ||||
| "checksum simd 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ed3686dd9418ebcc3a26a0c0ae56deab0681e53fe899af91f5bbcee667ebffb1" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user