Skip to content

Commit ff1458c

Browse files
chore(deps): bump toml from 0.8.2 to 1.1.2+spec-1.1.0 (#481)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.2 to 1.1.2+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.8.2...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 302f433 commit ff1458c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

crates/codex_integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ codex-app-transfer-registry = { path = "../registry" }
2222
tempfile = "3"
2323
# #212 防回归:sync_table_field output 必须可被 toml crate 正常 parse,
2424
# 守住 TOML spec 兼容性(避免 dotted-root + section-form 混用触发 duplicate)。
25-
toml = "0.8"
25+
toml = "1.1"

0 commit comments

Comments
 (0)