Skip to content

Commit 8fcb6a8

Browse files
committed
Update dependencies
1 parent 452dc8b commit 8fcb6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ static_assertions = "1.0"
7777
hyper = { version = "1.2", features = ["full"] }
7878
hyper-util = { version = "0.1.3", features = ["full"] }
7979
http-body-util = "0.1.1"
80-
reqwest = { version = "0.12", features = ["json"] }
80+
reqwest = { version = "0.13", features = ["json"] }
8181
tempfile = "3"
82-
criterion = { version = "0.7", features = ["async_tokio"] }
82+
criterion = { version = "0.8", features = ["async_tokio"] }
8383
rustyline = "17.0"
8484
tokio = { version = "1.0", features = ["full"] }
8585

0 commit comments

Comments
 (0)