Skip to content

Commit

Permalink
build(deps): bump the patch group in /cmd/zfs_object_agent with 5 upd…
Browse files Browse the repository at this point in the history
…ates (openzfs#1162)

build(deps): bump the patch group

Bumps the patch group in /cmd/zfs_object_agent with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.68` | `0.3.69` |
| [dashmap](https://github.com/xacrimon/dashmap) | `5.5.0` | `5.5.1` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.1` | `1.0.2` |
| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.32` | `0.8.33` |
| [slab](https://github.com/tokio-rs/slab) | `0.4.8` | `0.4.9` |


Updates `backtrace` from 0.3.68 to 0.3.69
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](rust-lang/backtrace-rs@0.3.68...0.3.69)

Updates `dashmap` from 5.5.0 to 5.5.1
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](xacrimon/dashmap@v5.5.0...v5.5.1)

Updates `anstyle` from 1.0.1 to 1.0.2
- [Commits](rust-cli/anstyle@anstyle-ls-v1.0.1...anstyle-wincon-v1.0.2)

Updates `encoding_rs` from 0.8.32 to 0.8.33
- [Commits](hsivonen/encoding_rs@v0.8.32...v0.8.33)

Updates `slab` from 0.4.8 to 0.4.9
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/slab@v0.4.8...v0.4.9)

---
updated-dependencies:
- dependency-name: backtrace
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: dashmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: encoding_rs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: slab
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: 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 23, 2023
1 parent 0feaee0 commit f57259d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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 @@ -21,7 +21,7 @@ bytesize = "1.2.0"
cffi-derive = { path = "../cffi-derive"}
chrono = { version = "0.4.25", features = ["serde"] }
config = "0.13.3"
dashmap = "5.5.0"
dashmap = "5.5.1"
derivative = "2.2.0"
enum-map = { version = "2.6.1", features = ["serde"] }
futures = "0.3.26"
Expand Down

0 comments on commit f57259d

Please sign in to comment.