Skip to content

Commit

Permalink
Merge pull request #82 from ISibboI/dependabot/cargo/tokio-1.34.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.33.0 to 1.34.0
  • Loading branch information
ISibboI authored Nov 10, 2023
2 parents 5c5fd87 + cc5f335 commit 4e4498e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 backend/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/main.rs"

[dependencies]
# http requests
tokio = { version = "1.32.0", features = ["macros"] }
tokio = { version = "1.34.0", features = ["macros"] }
reqwest = { version = "0.11.20", features = ["json", "cookies"] }

# logging
Expand Down
2 changes: 1 addition & 1 deletion backend/rvoc-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/main.rs"

[dependencies]
# runtime
tokio = { version = "1.29.1", features = [] }
tokio = { version = "1.34.0", features = [] }
async-trait = "0.1.74"

# cli - configuration happens via environment variables,
Expand Down

0 comments on commit 4e4498e

Please sign in to comment.