Skip to content

Commit

Permalink
Upgrade time dependency to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoll committed Jul 26, 2024
1 parent 3c1dcc5 commit a4f5b87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ paste = "1.0.14"
serde = { version = "1.0.194", optional = true }
serde_json = { version = "1.0.111", optional = true }
thiserror = "1.0.56"
time = { version = "0.3.31", optional = true }
time = { version = "0.3.36", optional = true }
tokio = { version = "1.35.1", optional = true, features = [
"rt",
"sync",
Expand Down

0 comments on commit a4f5b87

Please sign in to comment.