Skip to content

Commit cbf879c

Browse files
committed
bump sqlx-oldapi to 0.6.53
Fixes timestamptz decode returning epoch (1970-01-01) for negative timezone offsets (e.g. America/New_York) when using SET variables.
1 parent 1e64d7e commit cbf879c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ panic = "abort"
1818
codegen-units = 2
1919

2020
[dependencies]
21-
sqlx = { package = "sqlx-oldapi", version = "0.6.51", default-features = false, features = [
21+
sqlx = { package = "sqlx-oldapi", version = "0.6.53", default-features = false, features = [
2222
"any",
2323
"runtime-tokio-rustls",
2424
"migrate",

0 commit comments

Comments
 (0)