Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
olexiyb committed Jun 13, 2024
1 parent c630693 commit 49153ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ sqlx_tokio = { version = "0.6", features = [
"postgres",
"migrate",
], package = "sqlx", optional = true }
zip = "0.6"
zip = "2"
log = "0.4"
dirs = "5.0.1"
bytes = "1.0"
dirs = "5"
bytes = "1.6"
lazy_static = "1.4"
async-trait = "0.1"
xz2 = "0.1.7"
tar = "0.4.39"
xz2 = "0.1"
tar = "0.4"

[dev-dependencies]
serial_test = "2.0.0"
Expand Down

0 comments on commit 49153ed

Please sign in to comment.