Skip to content

Commit 7cdd236

Browse files
fix(deps): bump cfg-if from 1.0.0 to 1.0.1
Bumps [cfg-if](https://github.com/rust-lang/cfg-if) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/rust-lang/cfg-if/releases) - [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md) - [Commits](rust-lang/cfg-if@1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: cfg-if dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3311ed2 commit 7cdd236

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ base64 = "0.22.1"
3737
bstr = "1.12.0"
3838
bytes = "1.10.1"
3939
camino = { version = "1.1.3", features = ["serde1"] }
40-
cfg-if = "1.0.0"
40+
cfg-if = "1.0.1"
4141
clap = { version = "4.5.32", features = [
4242
"deprecated",
4343
"derive",

0 commit comments

Comments
 (0)