Skip to content

Commit 610bb2f

Browse files
fix(deps): bump strum from 0.26.3 to 0.27.1 (#596)
Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.1. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.3...v0.27.1) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a8a659 commit 610bb2f

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ serde_json = "1.0.140"
129129
sha2 = "0.10.6"
130130
shlex = "1.3.0"
131131
similar = "2.7.0"
132-
strum = { version = "0.26.3", features = ["derive"] }
132+
strum = { version = "0.27.1", features = ["derive"] }
133133
sysinfo = "0.32.0"
134134
thiserror = "2.0.12"
135135
tempfile = "3.18.0"

crates/fig_api_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ http.workspace = true
3535
regex.workspace = true
3636
serde.workspace = true
3737
serde_json.workspace = true
38-
strum = { version = "0.26.1", features = ["derive"] }
38+
strum = { version = "0.27.1", features = ["derive"] }
3939
thiserror.workspace = true
4040
time.workspace = true
4141
tokio.workspace = true

crates/fig_install/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ring.workspace = true
3232
semver = { version = "1.0.26", features = ["serde"] }
3333
serde.workspace = true
3434
serde_json.workspace = true
35-
strum = "0.26.1"
35+
strum = "0.27.1"
3636
tempfile.workspace = true
3737
thiserror.workspace = true
3838
time.workspace = true

crates/fig_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ regex.workspace = true
2828
serde.workspace = true
2929
serde_json.workspace = true
3030
sha2 = "0.10.6"
31-
strum = { version = "0.26.1", features = ["derive"] }
31+
strum = { version = "0.27.1", features = ["derive"] }
3232
thiserror.workspace = true
3333
time.workspace = true
3434
tokio.workspace = true

0 commit comments

Comments
 (0)