Skip to content

Commit d3f1cce

Browse files
committed
Update cargo_toml to 0.22.3 and toml to 0.9
The code in `src/splicing.rs` uses `toml::Value` types that were incompatible—the workspace used `toml` 0.8.x but cargo_toml 0.22.3 depends on `toml` 0.9.x, creating a type mismatch. Therefore, `Cargo.toml` was updated to use to use `toml = "0.9"` instead of `"0.8.21"`.
1 parent 3f4f431 commit d3f1cce

303 files changed

Lines changed: 9251 additions & 11070 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MODULE.bazel

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -107,37 +107,37 @@ use_repo(
107107
"cargo_bazel.buildifier-linux-arm64",
108108
"cargo_bazel.buildifier-windows-amd64.exe",
109109
"cui",
110-
"cui__anyhow-1.0.98",
111-
"cui__camino-1.1.9",
110+
"cui__anyhow-1.0.102",
111+
"cui__camino-1.2.2",
112112
"cui__cargo-lock-10.1.0",
113113
"cui__cargo-platform-0.1.9",
114114
"cui__cargo_metadata-0.19.2",
115-
"cui__cargo_toml-0.22.1",
115+
"cui__cargo_toml-0.22.3",
116116
"cui__cfg-expr-0.18.0",
117-
"cui__clap-4.5.37",
118-
"cui__crates-index-3.7.0",
119-
"cui__glob-0.3.2",
117+
"cui__clap-4.6.0",
118+
"cui__crates-index-3.13.0",
119+
"cui__glob-0.3.3",
120120
"cui__hex-0.4.3",
121-
"cui__indoc-2.0.6",
121+
"cui__indoc-2.0.7",
122122
"cui__itertools-0.14.0",
123123
"cui__maplit-1.0.2",
124-
"cui__normpath-1.3.0",
125-
"cui__once_cell-1.21.3",
124+
"cui__normpath-1.5.0",
125+
"cui__once_cell-1.21.4",
126126
"cui__pathdiff-0.2.3",
127-
"cui__regex-1.11.1",
128-
"cui__semver-1.0.26",
129-
"cui__serde-1.0.219",
130-
"cui__serde_json-1.0.140",
131-
"cui__serde_starlark-0.1.17",
132-
"cui__sha2-0.10.8",
133-
"cui__spdx-0.10.8",
134-
"cui__tempfile-3.19.1",
135-
"cui__tera-1.20.0",
127+
"cui__regex-1.12.3",
128+
"cui__semver-1.0.27",
129+
"cui__serde-1.0.228",
130+
"cui__serde_json-1.0.149",
131+
"cui__serde_starlark-0.1.19",
132+
"cui__sha2-0.10.9",
133+
"cui__spdx-0.10.9",
134+
"cui__tempfile-3.27.0",
135+
"cui__tera-1.20.1",
136136
"cui__textwrap-0.16.2",
137-
"cui__toml-0.8.21",
138-
"cui__tracing-0.1.41",
139-
"cui__tracing-subscriber-0.3.19",
140-
"cui__url-2.5.4",
137+
"cui__toml-0.9.12-spec-1.1.0",
138+
"cui__tracing-0.1.44",
139+
"cui__tracing-subscriber-0.3.23",
140+
"cui__url-2.5.8",
141141
"cui__walkdir-2.5.0",
142142
)
143143

crate_universe/3rdparty/crates/BUILD.ahash-0.8.11.bazel

Lines changed: 0 additions & 296 deletions
This file was deleted.

crate_universe/3rdparty/crates/BUILD.aho-corasick-1.0.2.bazel renamed to crate_universe/3rdparty/crates/BUILD.aho-corasick-1.1.4.bazel

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

crate_universe/3rdparty/crates/BUILD.allocator-api2-0.2.18.bazel renamed to crate_universe/3rdparty/crates/BUILD.allocator-api2-0.2.21.bazel

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)