This is an automated email from the ASF dual-hosted git repository.
csy 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 96ffb223 Bump bytesize from 2.3.0 to 2.3.1 (#1669)
96ffb223 is described below
commit 96ffb22352bc097ceb6ea74d1fc500df1bebbbc0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 27 20:49:48 2025 +0800
Bump bytesize from 2.3.0 to 2.3.1 (#1669)
Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 2.3.0 to
2.3.1.
- [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.3.0...bytesize-v2.3.1)
---
updated-dependencies:
- dependency-name: bytesize
dependency-version: 2.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 b915a5f5..b245d1dc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -609,9 +609,9 @@ checksum =
"b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
[[package]]
name = "bytesize"
-version = "2.3.0"
+version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "00f4369ba008f82b968b1acbe31715ec37bd45236fa0726605a36cc3060ea256"
+checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3"
[[package]]
name = "bzip2"
diff --git a/Cargo.toml b/Cargo.toml
index baf0915b..7a7efd29 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.3.0"
+bytesize = "2.3.1"
chrono = "0.4.42"
count-write = "0.1.0"
foldhash = "0.2.0"