Skip to content

Commit

Permalink
Merge pull request #27 from jonerrr/dependabot/cargo/backend/tokio-1.…
Browse files Browse the repository at this point in the history
…39.2

Bump tokio from 1.38.1 to 1.39.2 in /backend
  • Loading branch information
jonerrr authored Jul 29, 2024
2 parents ae4a13e + 1a1d283 commit 63f13e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
28 changes: 9 additions & 19 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sqlx = { version = "0.8.0", features = [
"uuid",
] }
thiserror = "1.0.63"
tokio = { version = "1.38.1", features = ["full"] }
tokio = { version = "1.39.2", features = ["full"] }
tower-http = { version = "0.5.2", features = [
"trace",
"timeout",
Expand Down

0 comments on commit 63f13e5

Please sign in to comment.