Skip to content

Commit

Permalink
Merge pull request #596 from seanpmyers/dependabot/cargo/loremaster-d…
Browse files Browse the repository at this point in the history
…atabase/tokio-1.34.0

Bump tokio from 1.33.0 to 1.34.0 in /loremaster-database
  • Loading branch information
seanpmyers authored Nov 10, 2023
2 parents e016b05 + 6a80a92 commit d52e2fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions loremaster-database/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-database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ sqlx = { version = "0.6.3", features = [
# Error/exception handling
thiserror = "1.0.50"
# Backend async I/O functionality
tokio = { version = "1.33.0", features = ["full"] }
tokio = { version = "1.34.0", features = ["full"] }

0 comments on commit d52e2fa

Please sign in to comment.