build(deps): bump bytesize from 2.2.0 to 2.3.0 (#1040)

This commit is contained in:
dependabot[bot] 2025-11-25 04:13:24 -05:00 committed by GitHub
parent 430f70b43f
commit 866a6d8674
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -555,9 +555,9 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
[[package]]
name = "bytesize"
version = "2.2.0"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c99fa31e08a43eaa5913ef68d7e01c37a2bdce6ed648168239ad33b7d30a9cd8"
checksum = "00f4369ba008f82b968b1acbe31715ec37bd45236fa0726605a36cc3060ea256"
[[package]]
name = "calloop"

View file

@ -17,7 +17,7 @@ qoiz = ["ironrdp/qoiz"]
[dependencies]
anyhow = "1.0.99"
async-trait = "0.1.89"
bytesize = "2.1.0"
bytesize = "2.3.0"
ironrdp = { path = "../crates/ironrdp", features = [
"server",
"pdu",