Update Cargo lock file to align resolv-conf change
This commit is contained in:
		
							parent
							
								
									996c4bbeb7
								
							
						
					
					
						commit
						1e03b34a3f
					
				
							
								
								
									
										14
									
								
								src/libos/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										14
									
								
								src/libos/Cargo.lock
									
									
									
										generated
									
									
									
								
							| @ -19,6 +19,7 @@ dependencies = [ | |||||||
|  "rcore-fs-ramfs", |  "rcore-fs-ramfs", | ||||||
|  "rcore-fs-sefs", |  "rcore-fs-sefs", | ||||||
|  "rcore-fs-unionfs", |  "rcore-fs-unionfs", | ||||||
|  |  "resolv-conf", | ||||||
|  "ringbuf", |  "ringbuf", | ||||||
|  "scroll", |  "scroll", | ||||||
|  "serde", |  "serde", | ||||||
| @ -286,6 +287,11 @@ name = "profiler_builtins" | |||||||
| version = "0.1.0" | version = "0.1.0" | ||||||
| source = "git+https://github.com/mesalock-linux/sgx-fake-profiler-builtins#37b585ce50ce53a74d57b8aee7f6344765846ac1" | source = "git+https://github.com/mesalock-linux/sgx-fake-profiler-builtins#37b585ce50ce53a74d57b8aee7f6344765846ac1" | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "quick-error" | ||||||
|  | version = "1.2.2" | ||||||
|  | source = "git+https://github.com/mesalock-linux/quick-error-sgx.git#468bf2cce746f34dd3df8c1c5b4a5a6494914d36" | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "quote" | name = "quote" | ||||||
| version = "1.0.7" | version = "1.0.7" | ||||||
| @ -471,6 +477,14 @@ dependencies = [ | |||||||
|  "rand_core 0.3.1", |  "rand_core 0.3.1", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  | [[package]] | ||||||
|  | name = "resolv-conf" | ||||||
|  | version = "0.7.0" | ||||||
|  | dependencies = [ | ||||||
|  |  "quick-error", | ||||||
|  |  "sgx_tstd", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "ringbuf" | name = "ringbuf" | ||||||
| version = "0.2.1" | version = "0.2.1" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user