Skip to content

Commit

Permalink
Merge pull request #679 from seanpmyers/dependabot/cargo/loremaster-w…
Browse files Browse the repository at this point in the history
…eb-server/time-0.3.34

Bump time from 0.3.32 to 0.3.34 in /loremaster-web-server
  • Loading branch information
seanpmyers authored Feb 9, 2024
2 parents e6c2fcf + d83598f commit a766c03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions loremaster-web-server/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 loremaster-web-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sqlx = { version = "0.6.3", features = [
# Error/exception handling
thiserror = "1.0.56"
# Time
time = { version = "0.3.32", features = ["serde", "std", "parsing"] }
time = { version = "0.3.34", features = ["serde", "std", "parsing"] }
time-tz = { version = "1.0.3" }
# Backend async I/O functionality
tokio = { version = "1.36.0", features = ["full"] }
Expand Down

0 comments on commit a766c03

Please sign in to comment.