Skip to content

Commit

Permalink
build(deps): bump async-trait from 0.1.72 to 0.1.73 in /cmd/zfs_objec…
Browse files Browse the repository at this point in the history
…t_agent (openzfs#1123)

build(deps): bump async-trait in /cmd/zfs_object_agent

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.72 to 0.1.73.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.72...0.1.73)

---
updated-dependencies:
- dependency-name: async-trait
  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 Aug 14, 2023
1 parent 7e462f4 commit 661d348
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = "1.0"
arr_macro = "0.2.1"
associative-cache = "2.0.0"
async-backtrace = "0.2.6"
async-trait = "0.1.72"
async-trait = "0.1.73"
atomic-counter = "1.0.1"
backtrace = "0.3"
bit-set = "0.5.2"
Expand Down
2 changes: 1 addition & 1 deletion cmd/zfs_object_agent/zcache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
[dependencies]
anyhow = "1.0"
chrono = "0.4"
async-trait = "0.1.72"
async-trait = "0.1.73"
clap = { version = "4.1.6", features = ["derive", "wrap_help"] }
dateparser = "0.2.0"
git-version = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion cmd/zfs_object_agent/zettaobject/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ azure_core = "0.13.0"
azure_identity = "0.13.0"
azure_storage = "0.13.0"
azure_storage_blobs = "0.13.0"
async-trait = "0.1.72"
async-trait = "0.1.73"
atomic-counter = "1.0.1"
base64 = "0.21.1"
bincode = "1.3.2"
Expand Down

0 comments on commit 661d348

Please sign in to comment.