Skip to content

Commit

Permalink
fix(deps): update tokio-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 31, 2024
1 parent 92347e1 commit cd34420
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ tracing-subscriber = { version = "^0.3.18", features = [
"tracing-log",
] }
url = { version = "^2.5.0", features = ["serde"] }
tokio = { version = "^1.36.0", features = ["full"] }
tokio = { version = "^1.37.0", features = ["full"] }
sqlx = { version = "^0.7.3", features = [
"runtime-tokio",
"tls-rustls",
"postgres",
] }
tokio-stream = "^0.1.14"
tokio-stream = "^0.1.15"
aws-config = { version = "^1.1.9" }
futures = "0.3.30"
humantime = "2.1.0"
tokio-test = "0.4.3"
tokio-test = "0.4.4"
tokio-util = "0.7.10"
axum-prometheus = "0.5.0"
hyper-util = { version = "0.1.1", features = [
Expand Down

0 comments on commit cd34420

Please sign in to comment.