Skip to content

Commit

Permalink
Util version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jul 14, 2024
1 parent 5eedb57 commit 435e0d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions aggligator-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions aggligator-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down Expand Up @@ -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"

Expand All @@ -75,16 +75,16 @@ 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 }
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]]
Expand Down

0 comments on commit 435e0d6

Please sign in to comment.