diff --git a/Cargo.lock b/Cargo.lock index ade265a7d..73b147303 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,7 +272,7 @@ dependencies = [ "snapbox", "stl_io", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.6", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 3fac5859e..6a746988f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,7 @@ snapbox = "0.6.10" # keep in sync with `trycmd` strum = { version = "0.26.3", default-features = false, features = ["derive"] } sync_wrapper = { version = "1.0.0", default-features = false } tempfile = { version = "3.3.0", default-features = false } -thiserror = { version = "1.0.65", default-features = false } +thiserror = { version = "2.0.6", default-features = false } time = { version = "0.3.36", default-features = false } # Tokio is used for async test-running and for certain binaries. # The library crates do not require Tokio.