Update Rust crate id3 to 1.6.0
This commit is contained in:
		
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -239,9 +239,9 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "id3" | ||||
| version = "1.5.0" | ||||
| version = "1.6.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "34c002f6c5921fcb132ceb3861f637a55a859baf1ef5a473faa75f2964bbcc8c" | ||||
| checksum = "19d7a833474b30425eb64132d1f9b727b4e39537418bcc3288497c8d2f5c8948" | ||||
| dependencies = [ | ||||
|  "bitflags", | ||||
|  "byteorder", | ||||
|   | ||||
| @@ -13,7 +13,7 @@ categories = [ "command-line-utilities", "filesystem", "multimedia" ] | ||||
|  | ||||
| [dependencies] | ||||
| anyhow = "1.0.63" | ||||
| id3 = "1.5.0" | ||||
| id3 = "1.6.0" | ||||
| image = "0.24.3" | ||||
| structopt = { version = "0.3.26", default-features = false } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user