Skip to content

Commit

Permalink
Merge pull request #35 from hasura/dependabot/cargo/tokio-1.33.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.32.0 to 1.33.0
  • Loading branch information
danieljharvey authored Oct 18, 2023
2 parents 8db1b46 + 2eabf30 commit 275ce41
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 crates/ndc-sqlserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ schemars = { version = "0.8.15", features = ["smol_str"] }
serde = "1.0.188"
serde_derive = "^1.0"
serde_json = { version = "1.0.107", features = ["raw_value"] }
tokio = { version = "1.32.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["full"] }
tracing = "0.1.37"
prometheus = "0.13.3"
thiserror = "1.0"
Expand Down

0 comments on commit 275ce41

Please sign in to comment.