Skip to content

Commit da010f9

Browse files
committed
update all deps
1 parent 8328081 commit da010f9

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
@@ -23,8 +23,8 @@ rustls = ["sqlx/runtime-async-std-rustls"]
2323

2424
[dependencies]
2525
async-session = "2.0.1"
26-
sqlx = { version = "0.4.1", features = ["chrono"] }
27-
async-std = "1.8.0"
26+
sqlx = { version = "0.4.2", features = ["chrono"] }
27+
async-std = "1.9.0"
2828

2929
[dev-dependencies]
30-
async-std = { version = "1.8.0", features = ["attributes"] }
30+
async-std = { version = "1.9.0", features = ["attributes"] }

0 commit comments

Comments
 (0)