Skip to content

Commit 068a5dc

Browse files
chore(deps): bump minicbor from 0.25.1 to 0.26.5 in /hermes
Bumps [minicbor](https://github.com/twittner/minicbor) from 0.25.1 to 0.26.5. - [Changelog](https://github.com/twittner/minicbor/blob/develop/CHANGELOG.md) - [Commits](twittner/minicbor@minicbor-v0.25.1...minicbor-v0.26.5) --- updated-dependencies: - dependency-name: minicbor dependency-version: 0.26.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6463d5f commit 068a5dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hermes/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hermes/bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ multihash = { version = "0.19.3", features = ["serde-codec"] }
105105
const_format = "0.2.35"
106106

107107
# Pinned to the catalyst_types minicbor version.
108-
minicbor = { version = "=0.25.1", features = ["std", "derive"] }
108+
minicbor = { version = "=0.26.5", features = ["std", "derive"] }
109109

110110
[build-dependencies]
111111
built = { version = "0.8.0", features = ["git2", "chrono"] }

0 commit comments

Comments
 (0)