Update Rust crate virt to 0.4.0
This commit is contained in:
		
							
								
								
									
										9
									
								
								virtweb_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										9
									
								
								virtweb_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -3430,19 +3430,20 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "virt"
 | 
					name = "virt"
 | 
				
			||||||
version = "0.3.1"
 | 
					version = "0.4.0"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "8bca379b1d06d60012e5d335bd839b26c2aa84bdbd358e4c02a6e151cf73db81"
 | 
					checksum = "ea10b64ad18e1dd0cb83a80c8ab761506acb819dbb1af576d4bca357f2fb2a62"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "libc",
 | 
					 "libc",
 | 
				
			||||||
 | 
					 "uuid",
 | 
				
			||||||
 "virt-sys",
 | 
					 "virt-sys",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "virt-sys"
 | 
					name = "virt-sys"
 | 
				
			||||||
version = "0.2.0"
 | 
					version = "0.3.0"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "cd39f6e0d0ab3fe7c371fac05c9b6ca72e186f06a2e666fb3b95441091eba2db"
 | 
					checksum = "c504e459878f09177f41bf2f8bb3e9a8af4fca7a09e73152fee02535d501601c"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "libc",
 | 
					 "libc",
 | 
				
			||||||
 "pkg-config",
 | 
					 "pkg-config",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -29,7 +29,7 @@ actix-multipart = "0.7.0"
 | 
				
			|||||||
tempfile = "3.10.1"
 | 
					tempfile = "3.10.1"
 | 
				
			||||||
reqwest = { version = "0.12.4", features = ["stream"] }
 | 
					reqwest = { version = "0.12.4", features = ["stream"] }
 | 
				
			||||||
url = "2.5.0"
 | 
					url = "2.5.0"
 | 
				
			||||||
virt = "0.3.1"
 | 
					virt = "0.4.0"
 | 
				
			||||||
sysinfo = { version = "0.30.11", features = ["serde"] }
 | 
					sysinfo = { version = "0.30.11", features = ["serde"] }
 | 
				
			||||||
uuid = { version = "1.8.0", features = ["v4", "serde"] }
 | 
					uuid = { version = "1.8.0", features = ["v4", "serde"] }
 | 
				
			||||||
lazy-regex = "3.1.0"
 | 
					lazy-regex = "3.1.0"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user