Skip to content

Commit

Permalink
chore(deps): Bump chrono from 0.4.26 to 0.4.29 (risingwavelabs#12136)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Runji Wang <wangrunji0408@163.com>
  • Loading branch information
dependabot[bot] and wangrunji0408 committed Sep 7, 2023
1 parent 3383291 commit 893f636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 src/tests/e2e_extended_mode/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ impl TestSuite {
);
}

let timestamptz = DateTime::<Utc>::from_utc(
let timestamptz = DateTime::<Utc>::from_naive_utc_and_offset(
NaiveDate::from_ymd_opt(2022, 1, 1)
.unwrap()
.and_hms_opt(10, 0, 0)
Expand Down

0 comments on commit 893f636

Please sign in to comment.