Skip to content

Commit 1dc6acb

Browse files
chore(deps): bump the minor-and-patch-updates group across 1 directory with 6 updates
Bumps the minor-and-patch-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [data-encoding](https://github.com/ia0/data-encoding) | `2.9.0` | `2.10.0` | | [data-encoding-macro](https://github.com/ia0/data-encoding) | `0.1.18` | `0.1.19` | | [criterion](https://github.com/criterion-rs/criterion.rs) | `0.8.1` | `0.8.2` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.101` | | [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.57` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.29` | Updates `data-encoding` from 2.9.0 to 2.10.0 - [Commits](ia0/data-encoding@v2.9.0...v2.10.0) Updates `data-encoding-macro` from 0.1.18 to 0.1.19 - [Commits](https://github.com/ia0/data-encoding/commits) Updates `criterion` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@criterion-v0.8.1...criterion-v0.8.2) Updates `anyhow` from 1.0.98 to 1.0.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.101) Updates `clap` from 4.5.41 to 4.5.57 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.41...clap_complete-v4.5.57) Updates `log` from 0.4.27 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.27...0.4.29) --- updated-dependencies: - dependency-name: data-encoding dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: data-encoding-macro dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: clap dependency-version: 4.5.57 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1146f4b commit 1dc6acb

File tree

3 files changed

+45
-23
lines changed

3 files changed

+45
-23
lines changed

Cargo.lock

Lines changed: 42 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ std = ["data-encoding/std", "base45/std"]
1717
[dependencies]
1818
base-x = { version = "0.2.7", default-features = false }
1919
base256emoji = "1.0.2"
20-
data-encoding = { version = "2.3.1", default-features = false, features = ["alloc"] }
21-
data-encoding-macro = "0.1.9"
20+
data-encoding = { version = "2.10.0", default-features = false, features = ["alloc"] }
21+
data-encoding-macro = "0.1.19"
2222
base45 = { version = "3.2.0", default-features = false }
2323

2424
[dev-dependencies]

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99

1010
[dependencies]
1111
anyhow = "1.0"
12-
clap = { version = "4.5.0", features = ["derive"] }
12+
clap = { version = "4.5.57", features = ["derive"] }
1313
env_logger = "0.11"
1414
log = "0.4"
1515
multibase = { path = ".." }

0 commit comments

Comments
 (0)