about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-21 22:01:01 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-22 08:04:55 +1000
commitc54db96b8bc25f371b26d57e9d03f4ff5ffe293b (patch)
tree8260e4c1482854c3c897c315c177322a9a607170 /src
parentdf3d79793b9eab2320bb41b5473274d5aefd4dbc (diff)
downloadrust-c54db96b8bc25f371b26d57e9d03f4ff5ffe293b.tar.gz
rust-c54db96b8bc25f371b26d57e9d03f4ff5ffe293b.zip
Remove `toml-0.5.11` dependency.
We also depend on `toml-0.7.8` and `toml-0.8.23`, but this one is easy
to get rid of.
Diffstat (limited to 'src')
-rw-r--r--src/tools/build-manifest/Cargo.toml2
-rw-r--r--src/tools/bump-stage0/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/build-manifest/Cargo.toml b/src/tools/build-manifest/Cargo.toml
index 7e0c4bee2b3..efa99f181b3 100644
--- a/src/tools/build-manifest/Cargo.toml
+++ b/src/tools/build-manifest/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 
 [dependencies]
-toml = "0.5"
+toml = "0.7"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 anyhow = "1.0.32"
diff --git a/src/tools/bump-stage0/Cargo.toml b/src/tools/bump-stage0/Cargo.toml
index 6ee7a831839..b7f3625da91 100644
--- a/src/tools/bump-stage0/Cargo.toml
+++ b/src/tools/bump-stage0/Cargo.toml
@@ -11,4 +11,4 @@ build_helper = { path = "../../build_helper" }
 curl = "0.4.38"
 indexmap = { version = "2.0.0", features = ["serde"] }
 serde = { version = "1.0.125", features = ["derive"] }
-toml = "0.5.7"
+toml = "0.7"