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

Commit

Permalink
Merge pull request #7 from grafbase/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius de Bruijn authored Aug 13, 2023
2 parents 2d8bf61 + 350b11c commit 80c1055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -16,7 +16,7 @@ anyhow = "1.0.72"
axum = { version = "0.6.20", features = ["tracing"] }
clap = { version = "4.3.21", features = ["derive", "env"] }
mongodb = { version = "2.6.0", features = ["tracing-unstable"] }
tokio = { version = "1.30.0", features = ["tokio-macros", "rt-multi-thread"] }
tokio = { version = "1.31.0", features = ["tokio-macros", "rt-multi-thread"] }
serde = { version = "1.0.183", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down

0 comments on commit 80c1055

Please sign in to comment.