Update Rust crate sysinfo to 0.30.9
This commit is contained in:
		
							
								
								
									
										4
									
								
								virtweb_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								virtweb_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -2702,9 +2702,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "sysinfo"
 | 
					name = "sysinfo"
 | 
				
			||||||
version = "0.30.8"
 | 
					version = "0.30.9"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "4b1a378e48fb3ce3a5cf04359c456c9c98ff689bcf1c1bc6e6a31f247686f275"
 | 
					checksum = "e9a84fe4cfc513b41cb2596b624e561ec9e7e1c4b46328e496ed56a53514ef2a"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "cfg-if",
 | 
					 "cfg-if",
 | 
				
			||||||
 "core-foundation-sys",
 | 
					 "core-foundation-sys",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,7 +30,7 @@ tempfile = "3.10.1"
 | 
				
			|||||||
reqwest = { version = "0.12.3", features = ["stream"] }
 | 
					reqwest = { version = "0.12.3", features = ["stream"] }
 | 
				
			||||||
url = "2.5.0"
 | 
					url = "2.5.0"
 | 
				
			||||||
virt = "0.3.1"
 | 
					virt = "0.3.1"
 | 
				
			||||||
sysinfo = { version = "0.30.8", features = ["serde"] }
 | 
					sysinfo = { version = "0.30.9", 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"
 | 
				
			||||||
thiserror = "1.0.58"
 | 
					thiserror = "1.0.58"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user