File: relax-thiserror

package info (click to toggle)
ruff 0.0.291%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 27,672 kB
  • sloc: python: 30,930; sh: 189; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: ruff/Cargo.toml
===================================================================
--- ruff.orig/Cargo.toml
+++ ruff/Cargo.toml
@@ -46,7 +46,7 @@ strum = { version = "0.25.0", features =
 strum_macros = { version = "0.25.2" }
 syn = { version = "2.0.37" }
 test-case = { version = "3.2.1" }
-thiserror = { version = "1.0.48" }
+thiserror = { version = "1" }
 toml = { version = "0.8" }
 tracing = "0.1.37"
 tracing-indicatif = "0.3.4"