diff --git a/Cargo.toml b/Cargo.toml index 96584452..4235b61d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ Inflector = { version = "=0.11.4" } quote = { version = "=1.0.33" } foundry-config = { version = "=0.2.0" } # Errors -thiserror = { version = "=1.0.49" } +thiserror = { version = "=1.0.50" } # Dependencies for the test build and development [dev-dependencies] diff --git a/arbiter-core/Cargo.toml b/arbiter-core/Cargo.toml index b1e90fcc..63613d76 100644 --- a/arbiter-core/Cargo.toml +++ b/arbiter-core/Cargo.toml @@ -39,7 +39,7 @@ statrs = { version = "=0.16.0" } RustQuant = { version = "=0.0.35", features = ["seedable"]} # Errors -thiserror = { version = "=1.0.49" } +thiserror = { version = "=1.0.50" } # Logging futures-util = { version = "=0.3.28" }