Skip to content

Commit a706667

Browse files
chore(deps): update cargo dependencies
1 parent 23e5f81 commit a706667

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
@@ -32,7 +32,7 @@ bytes = "1.11.0"
3232
tracing = "0.1.43"
3333
parking_lot = "0.12.5"
3434
pin-project-lite = "0.2.16"
35-
toml = "0.9.8"
35+
toml = "0.9.9"
3636
rand = "0.9.2"
3737
path-tree = {version = "0.8.3", optional = true}
3838
url = "2.5.7"
@@ -45,7 +45,7 @@ widestring = "1.2.1"
4545

4646
[dev-dependencies]
4747
dotenvy = "0.15.7"
48-
criterion = { version = "=0.7", features = ["async"] }
48+
criterion = { version = "=0.8.1", features = ["async"] }
4949
async-trait = "0.1.89"
5050
tracing-subscriber = "0.3.22"
5151
chrono = { version = "0.4.42", default-features = false, features = ["std", "clock"] }

0 commit comments

Comments
 (0)