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 469b7362 Bump bytesize from 2.0.1 to 2.1.0 (#1304)
469b7362 is described below
commit 469b7362e6e00a974460b4375a5443f9867e1656
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 17 01:16:45 2025 +0800
Bump bytesize from 2.0.1 to 2.1.0 (#1304)
Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 2.0.1 to
2.1.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.0.1...bytesize-v2.1.0)
---
updated-dependencies:
- dependency-name: bytesize
dependency-version: 2.1.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 236d947a..43613f13 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -594,9 +594,9 @@ checksum =
"d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
[[package]]
name = "bytesize"
-version = "2.0.1"
+version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a3c8f83209414aacf0eeae3cf730b18d6981697fba62f200fcfb92b9f082acba"
+checksum = "f5c434ae3cf0089ca203e9019ebe529c47ff45cefe8af7c85ecb734ef541822f"
[[package]]
name = "bzip2"
diff --git a/Cargo.toml b/Cargo.toml
index 3750842e..1a62705d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,7 +79,7 @@ bigdecimal = "0.4.8"
bitvec = "1.0.1"
byteorder = "1.5.0"
bytes = "1.10.1"
-bytesize = "2.0.1"
+bytesize = "2.1.0"
chrono = "0.4.42"
count-write = "0.1.0"
foldhash = "0.1.5"