This is an automated email from the ASF dual-hosted git repository.

richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 56098344 Bump bytesize from 2.2.0 to 2.3.0 (#1648)
56098344 is described below

commit 56098344f2aa5f62a42b3bfc155c6f1356ec1ae7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 22 22:23:54 2025 +0800

    Bump bytesize from 2.2.0 to 2.3.0 (#1648)
    
    Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 2.2.0 to 
2.3.0.
    - [Release notes](https://github.com/bytesize-rs/bytesize/releases)
    - 
[Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md)
    - 
[Commits](https://github.com/bytesize-rs/bytesize/compare/bytesize-v2.2.0...bytesize-v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: bytesize
      dependency-version: 2.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 60d2f384..c891f17d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -609,9 +609,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 = "bzip2"
diff --git a/Cargo.toml b/Cargo.toml
index 8c933c84..2891847d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,7 +81,7 @@ bigdecimal = "0.4.9"
 bitvec = "1.0.1"
 byteorder = "1.5.0"
 bytes = "1.11.0"
-bytesize = "2.2.0"
+bytesize = "2.3.0"
 chrono = "0.4.42"
 count-write = "0.1.0"
 foldhash = "0.2.0"

Reply via email to