Skip to content

Commit

Permalink
Bump chrono from 0.4.24 to 0.4.25 in /cmd/zfs_object_agent (openzfs#884)
Browse files Browse the repository at this point in the history
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.24 to 0.4.25.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.24...v0.4.25)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2023
1 parent 3b76abc commit 2c78f00
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
22 changes: 9 additions & 13 deletions cmd/zfs_object_agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/zfs_object_agent/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.24"
chrono = "0.4.25"
clap = { version = "4.1.6", features = ["derive", "wrap_help"] }
futures = "0.3.26"
git-version = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion cmd/zfs_object_agent/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bit-set = "0.5.2"
bytes = "1.4"
bytesize = "1.2.0"
cffi-derive = { path = "../cffi-derive"}
chrono = "0.4.24"
chrono = "0.4.25"
config = "0.13.3"
dashmap = "5.1.0"
derivative = "2.2.0"
Expand Down

0 comments on commit 2c78f00

Please sign in to comment.