From 435e0d667bbfd2b0b510ceac524c5de6366e1b8d Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Sun, 14 Jul 2024 17:54:42 +0200 Subject: [PATCH] Util version 0.16.0 --- aggligator-util/CHANGELOG.md | 4 ++++ aggligator-util/Cargo.toml | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/aggligator-util/CHANGELOG.md b/aggligator-util/CHANGELOG.md index 9896979..fd2f24c 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.16.0 - 2024-07-14 +### Changed +- update dependencies + ## 0.15.0 - 2024-04-29 ### Changed - update usb-gadget to 0.7 diff --git a/aggligator-util/Cargo.toml b/aggligator-util/Cargo.toml index 5d02f14..2ae7023 100644 --- a/aggligator-util/Cargo.toml +++ b/aggligator-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aggligator-util" -version = "0.15.0" +version = "0.16.0" edition = "2021" rust-version = "1.70" authors = ["Sebastian Urban "] @@ -52,7 +52,7 @@ aggligator = { version = "0.8.3", path = "../aggligator" } futures = "0.3" tokio = { version = "1.21", features = ["rt", "rt-multi-thread"] } tracing = "0.1" -network-interface = "1.1.2" +network-interface = "2" async-trait = "0.1" bytes = "1" @@ -75,8 +75,8 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ ], optional = true } tracing-log = { version = "0.2", optional = true } axum = { version = "0.7", features = ["ws"], optional = true } -tungstenite = { version = "0.21", optional = true } -tokio-tungstenite = { version = "0.21", features = [ +tungstenite = { version = "0.23", optional = true } +tokio-tungstenite = { version = "0.23", features = [ "rustls-tls-webpki-roots", ], optional = true } url = { version = "2", optional = true } @@ -84,7 +84,7 @@ axum-server = { version = "0.6", optional = true } upc = { version = "0.5", optional = true } usb-gadget = { version = "0.7", optional = true } rusb = { version = "0.9", optional = true } -gethostname = { version = "0.4", optional = true } +gethostname = { version = "0.5", optional = true } socket2 = { version = "0.5", optional = true } [[bin]]