mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 16:06:31 +00:00 
			
		
		
		
	Remove the zstd dependency comming from actix-web/http
This commit is contained in:
		
							
								
								
									
										30
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										30
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -69,7 +69,6 @@ dependencies = [ | |||||||
|  "rand", |  "rand", | ||||||
|  "sha-1 0.10.0", |  "sha-1 0.10.0", | ||||||
|  "smallvec", |  "smallvec", | ||||||
|  "zstd", |  | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -3999,32 +3998,3 @@ dependencies = [ | |||||||
|  "thiserror", |  "thiserror", | ||||||
|  "time 0.1.43", |  "time 0.1.43", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] |  | ||||||
| name = "zstd" |  | ||||||
| version = "0.10.0+zstd.1.5.2" |  | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" |  | ||||||
| checksum = "3b1365becbe415f3f0fcd024e2f7b45bacfb5bdd055f0dc113571394114e7bdd" |  | ||||||
| dependencies = [ |  | ||||||
|  "zstd-safe", |  | ||||||
| ] |  | ||||||
|  |  | ||||||
| [[package]] |  | ||||||
| name = "zstd-safe" |  | ||||||
| version = "4.1.4+zstd.1.5.2" |  | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" |  | ||||||
| checksum = "2f7cd17c9af1a4d6c24beb1cc54b17e2ef7b593dc92f19e9d9acad8b182bbaee" |  | ||||||
| dependencies = [ |  | ||||||
|  "libc", |  | ||||||
|  "zstd-sys", |  | ||||||
| ] |  | ||||||
|  |  | ||||||
| [[package]] |  | ||||||
| name = "zstd-sys" |  | ||||||
| version = "1.6.3+zstd.1.5.2" |  | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" |  | ||||||
| checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8" |  | ||||||
| dependencies = [ |  | ||||||
|  "cc", |  | ||||||
|  "libc", |  | ||||||
| ] |  | ||||||
|   | |||||||
| @@ -23,7 +23,7 @@ zip = { version = "0.5.13", optional = true } | |||||||
|  |  | ||||||
| [dependencies] | [dependencies] | ||||||
| actix-cors = "0.6" | actix-cors = "0.6" | ||||||
| actix-web = { version = "4", features = ["rustls"] } | actix-web = { version = "4", default-features = false, features = ["macros", "compress-brotli", "compress-gzip", "cookies", "rustls"] } | ||||||
| actix-web-static-files = { git = "https://github.com/kilork/actix-web-static-files.git", rev = "2d3b6160", optional = true } | actix-web-static-files = { git = "https://github.com/kilork/actix-web-static-files.git", rev = "2d3b6160", optional = true } | ||||||
| anyhow = { version = "1.0.43", features = ["backtrace"] } | anyhow = { version = "1.0.43", features = ["backtrace"] } | ||||||
| async-stream = "0.3.2" | async-stream = "0.3.2" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user