Skip to content

Commit

Permalink
Update crates/ndc-sqlserver/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Samir Talwar <[email protected]>
  • Loading branch information
danieljharvey and SamirTalwar committed Nov 20, 2023
1 parent eca1937 commit 8543145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ndc-sqlserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bb8 = "0.8.1"
bb8-tiberius = "0.15.0"
async-trait = "0.1.74"
schemars = { version = "0.8.16", features = ["smol_str"] }
serde = { version = "^1.0.192", features = ["derive"] }
serde = { version = "^1.0.192", features = ["derive", "rc"] }
serde_json = { version = "^1.0.108", features = ["raw_value"] }
tokio = { version = "1.34.0", features = ["full"] }
tracing = "0.1.40"
Expand Down

0 comments on commit 8543145

Please sign in to comment.