Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #74 from ch3ck/dependabot/cargo/tokio-1.24.1
Browse files Browse the repository at this point in the history
Bump tokio from 1.22.0 to 1.24.1
  • Loading branch information
ch3ck authored Jan 13, 2023
2 parents e0bb2a5 + ea5d996 commit d2b4d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -33,5 +33,5 @@ rusoto_core = { version = "0.48" }
rusoto_ses = { version = "0.48" }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
tokio = { version = "1.22", features = ["macros", "io-util", "sync", "rt-multi-thread"] }
tokio = { version = "1.24", features = ["macros", "io-util", "sync", "rt-multi-thread"] }
tracing = { version = "0.1", features = ["log"] }

0 comments on commit d2b4d99

Please sign in to comment.