Skip to content

Commit

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

Bump tokio from 1.35.1 to 1.36.0 in /loremaster-database
  • Loading branch information
seanpmyers authored Feb 9, 2024
2 parents a766c03 + da82b36 commit b7e5175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.56"
# Backend async I/O functionality
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }

0 comments on commit b7e5175

Please sign in to comment.