Skip to content

Commit f6647b6

Browse files
chore(deps): bump toml from 0.8.23 to 0.9.12+spec-1.1.0 (#202)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.12+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.12) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.12+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Randy Grok <98407738+randygrok@users.noreply.github.com>
1 parent 8583074 commit f6647b6

2 files changed

Lines changed: 8 additions & 58 deletions

File tree

Cargo.lock

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

bin/ev-deployer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ alloy-primitives = { workspace = true, features = ["serde"] }
1313
clap = { workspace = true, features = ["derive", "env"] }
1414
serde = { workspace = true, features = ["derive"] }
1515
serde_json = { workspace = true }
16-
toml = "0.8"
16+
toml = "0.9"
1717
eyre = { workspace = true }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)