about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorScott Schafer <schaferjscott@gmail.com>2025-09-16 01:48:24 -0600
committerScott Schafer <schaferjscott@gmail.com>2025-09-19 12:28:44 -0600
commit82eed00d3979b74315f66201c6bf4d3f00d38c25 (patch)
treebc0d7d4b02e4c3d9a2cb8e0355e8a353e651a795 /src
parent32e3d9f59bae4bcf436bc1e28723c696d2c75b11 (diff)
downloadrust-82eed00d3979b74315f66201c6bf4d3f00d38c25.tar.gz
rust-82eed00d3979b74315f66201c6bf4d3f00d38c25.zip
chore(compiletest): Use newest anstyle-svg version
Diffstat (limited to 'src')
-rw-r--r--src/tools/compiletest/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml
index cdada5a2230..6597c3c70f6 100644
--- a/src/tools/compiletest/Cargo.toml
+++ b/src/tools/compiletest/Cargo.toml
@@ -12,7 +12,7 @@ path = "src/bin/main.rs"
 
 [dependencies]
 # tidy-alphabetical-start
-anstyle-svg = "0.1.3"
+anstyle-svg = "0.1.11"
 build_helper = { path = "../../build_helper" }
 camino = "1"
 colored = "2"