From 12914d2f1debc130f242d248b7963abf519cfeb2 Mon Sep 17 00:00:00 2001 From: John Whittington Date: Mon, 20 Nov 2023 09:26:22 +0100 Subject: [PATCH] usb-ids back to upstream following merge --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6655e3b..77bbd21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -958,8 +958,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "usb-ids" -version = "1.2023.6" -source = "git+https://github.com/tuna-f1sh/usb-ids.rs.git#e193c159cc23330fd2c23c70b2377395dedc4df7" +version = "1.2023.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba8af4170a2e6ebc0e18ce6024c8c844bc07f3101ab5d1ad7dedfd1c6fb116cb" dependencies = [ "nom", "phf", diff --git a/Cargo.toml b/Cargo.toml index df894d5..093acba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.87" serde_with = "2.0.1" simple_logger = "4.0.0" -usb-ids = { git = "https://github.com/tuna-f1sh/usb-ids.rs.git", version = "1" } +usb-ids = { version = "1" } heck = "0.4.0" clap_complete = { version = "4.0.6", optional = true } clap_mangen = { version = "0.2.5", optional = true }