diff --git a/Cargo.toml b/Cargo.toml index df199ad..bb586cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,11 +13,11 @@ rust-version = "1.68" # 1.67 contains an UB we would tri bytes = "1" crc32fast = "1.2" serde = { version = "1", features = ["derive"] } -thiserror = "1" +thiserror = "2" tracing = "0.1.37" [dev-dependencies] -criterion = "0.4" +criterion = "0.5" futures = "0.3" proptest = "1" rand = "0.8"