Skip to content

Commit f8cbfb5

Browse files
Bump toml from 0.8.23 to 0.9.11+spec-1.1.0
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.11+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.11) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1f185d commit f8cbfb5

2 files changed

Lines changed: 35 additions & 5 deletions

File tree

Cargo.lock

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

crates/cargo-rustapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tokio = { workspace = true, features = ["process", "fs"] }
3434
serde = { workspace = true }
3535
serde_json = { workspace = true }
3636
serde_yaml = "0.9"
37-
toml = "0.8"
37+
toml = "0.9"
3838

3939
# HTTP client for fetching remote specs
4040
reqwest = { version = "0.12", features = ["json"], default-features = false, optional = true }

0 commit comments

Comments
 (0)