Skip to content

Commit 7dbff0b

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

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
@@ -36,7 +36,7 @@ tokio = { workspace = true, features = ["process", "fs", "macros", "rt-multi-thr
3636
serde = { workspace = true }
3737
serde_json = { workspace = true }
3838
serde_yaml = "0.9"
39-
toml = "0.8"
39+
toml = "1.1"
4040

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

0 commit comments

Comments
 (0)