From eeeba20ea29a0f07a05fba9ef6289c7c9da593e5 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Sat, 11 Nov 2023 18:53:49 +0100 Subject: [PATCH] Update upc to 0.4.0 --- aggligator-util/CHANGELOG.md | 4 ++++ aggligator-util/Cargo.toml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/aggligator-util/CHANGELOG.md b/aggligator-util/CHANGELOG.md index 10583ed..f095fa2 100644 --- a/aggligator-util/CHANGELOG.md +++ b/aggligator-util/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to aggligator utilities will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.12.0 - 2023-11-11 +### Changed +- update upc to 0.4.0 + ## 0.11.0 - 2023-11-07 ### Changed - update upc to 0.3.1 diff --git a/aggligator-util/Cargo.toml b/aggligator-util/Cargo.toml index 175e999..b121fd2 100644 --- a/aggligator-util/Cargo.toml +++ b/aggligator-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aggligator-util" -version = "0.11.0" +version = "0.12.0" edition = "2021" rust-version = "1.70" authors = ["Sebastian Urban "] @@ -77,8 +77,8 @@ tokio-tungstenite = { version = "0.20", features = [ ], optional = true } url = { version = "2", optional = true } axum-server = { version = "0.5", optional = true } -upc = { version = "0.3.1", optional = true } -usb-gadget = { version = "0.5", optional = true } +upc = { version = "0.4", optional = true } +usb-gadget = { version = "0.6", optional = true } rusb = { version = "0.9", optional = true } gethostname = { version = "0.4", optional = true }