Skip to content

Commit

Permalink
fix: upgrade time to fix rust build using rust 1.80.0 (#24149)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner authored Aug 2, 2024
1 parent d920015 commit c2f2c5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sqlx = { version = "0.7", features = [
"tls-native-tls",
"uuid",
] }
time = { version = "0.3.20", features = [
time = { version = "0.3.36", features = [
"formatting",
"macros",
"parsing",
Expand Down

0 comments on commit c2f2c5f

Please sign in to comment.