Skip to content

Commit 24c094a

Browse files
committed
Update dependencies.
1 parent 2f89e3d commit 24c094a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ include = ["/src/**/*.rs", "/Cargo.toml", "/LICENSE.md", "/README.md", "/release
2525
codecov = { repository = "orium/archery", branch = "main", service = "github" }
2626

2727
[dependencies]
28-
serde = { version = "1.0.219", optional = true, default-features = false }
28+
serde = { version = "1.0.228", optional = true, default-features = false }
2929
triomphe = { version = "0.1.14", optional = true, default-features = false }
3030

3131
[dev-dependencies]
32-
criterion = { version = "0.5.1", features = ["html_reports"] }
32+
criterion = { version = "0.7.0", features = ["html_reports"] }
3333
pretty_assertions = "1.4.1"
34-
serde_json = "1.0.140"
34+
serde_json = "1.0.145"
3535
static_assertions = "1.1.0"
3636

3737
[features]

0 commit comments

Comments
 (0)