Skip to content

Commit 732519a

Browse files
committed
Update deps
1 parent e0e791e commit 732519a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ license = "MIT"
1313
include = ["src", "benches", "Cargo.toml", "README", "LICENSE"]
1414

1515
[dependencies]
16-
thiserror = "^1.0"
16+
thiserror = "2.0"
1717
byteorder = "1"
1818
bytes = "1.1.0"
1919
num-rational = { version = "0.4.0", features = ["serde"] }
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222

2323
[dev-dependencies]
24-
criterion = "0.3"
24+
criterion = "0.7"
2525

2626
[[bench]]
2727
name = "bench_main"

0 commit comments

Comments
 (0)