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 64c13252 Bump bytesize from 2.1.0 to 2.2.0 (#1619)
64c13252 is described below
commit 64c1325224beb0f6c72a9a0525e93aa73f826f8d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 13 17:16:13 2025 +0800
Bump bytesize from 2.1.0 to 2.2.0 (#1619)
Bumps [bytesize](https://github.com/bytesize-rs/bytesize) from 2.1.0 to
2.2.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.1.0...bytesize-v2.2.0)
---
updated-dependencies:
- dependency-name: bytesize
dependency-version: 2.2.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 41f3e91a..088302ea 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -609,9 +609,9 @@ checksum =
"d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
[[package]]
name = "bytesize"
-version = "2.1.0"
+version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f5c434ae3cf0089ca203e9019ebe529c47ff45cefe8af7c85ecb734ef541822f"
+checksum = "c99fa31e08a43eaa5913ef68d7e01c37a2bdce6ed648168239ad33b7d30a9cd8"
[[package]]
name = "bzip2"
diff --git a/Cargo.toml b/Cargo.toml
index 90fb953a..1ed99966 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.10.1"
-bytesize = "2.1.0"
+bytesize = "2.2.0"
chrono = "0.4.42"
count-write = "0.1.0"
foldhash = "0.2.0"