Skip to content

Commit

Permalink
build: bump delegate from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [delegate](https://github.com/kobzol/rust-delegate) from 0.12.0 to 0.13.0.
- [Changelog](https://github.com/Kobzol/rust-delegate/blob/main/CHANGELOG.md)
- [Commits](Kobzol/rust-delegate@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: delegate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and SanjoDeundiak committed Sep 10, 2024
1 parent 63f2251 commit ba2d557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 implementations/rust/ockam/ockam_identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rust-crypto = ["ockam_vault?/rust-crypto"]
async-trait = "0.1.82"
cfg-if = "1.0.0"
chrono = { version = "0.4.38", default-features = false }
delegate = "0.12.0"
delegate = "0.13.0"
hex = { version = "0.4", default-features = false }
minicbor = { version = "0.24.1", features = ["alloc", "derive"] }
ockam_core = { path = "../ockam_core", version = "^0.116.0", default-features = false }
Expand Down

0 comments on commit ba2d557

Please sign in to comment.