Skip to content

Commit

Permalink
Update dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusirgens committed Mar 27, 2023
1 parent 4f1ac1d commit 0d4d39a
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 26 deletions.
72 changes: 48 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sqlx-mysql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bitflags = { version = "1.3.2", default-features = false }
byteorder = { version = "1.4.3", default-features = false, features = ["std"] }
bytes = "1.1.0"
dotenvy = "0.15.5"
dirs = "4.0.0"
dirs = "5.0.0"
either = "1.6.1"
generic-array = { version = "0.14.4", default-features = false }
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion sqlx-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ atoi = "2.0"
base64 = { version = "0.21.0", default-features = false, features = ["std"] }
bitflags = { version = "1.3.2", default-features = false }
byteorder = { version = "1.4.3", default-features = false, features = ["std"] }
dirs = "4.0.0"
dirs = "5.0.0"
dotenvy = { workspace = true }
hex = "0.4.3"
itoa = "1.0.1"
Expand Down

0 comments on commit 0d4d39a

Please sign in to comment.