Skip to content

Commit ee92c55

Browse files
Bump toml_edit from 0.22.22 to 0.22.24
Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.22 to 0.22.24. - [Commits](toml-rs/toml@v0.22.22...v0.22.24) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac0989e commit ee92c55

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

Cargo.lock

+19-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ anyhow = "1.0.95"
2222
async-trait = "0.1.86"
2323
chrono = "0.4.39"
2424
clap = { version = "4.5.23", features = ["derive", "env", "string"] }
25-
toml_edit = { version = "0.22.22", features = ["serde"] }
25+
toml_edit = { version = "0.22.24", features = ["serde"] }
2626
gix-config = { version = "0.43.0", optional = true }
2727
reqwest = { version = "0.12.12", default-features = false, features = [
2828
"json",

0 commit comments

Comments
 (0)