Skip to content

Commit

Permalink
Bump serde from 1.0.188 to 1.0.189
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.188 to 1.0.189.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.188...v1.0.189)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 964445a commit 6181cec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 @@ -22,7 +22,7 @@ bb8 = "0.8.1"
bb8-tiberius = "0.15.0"
async-trait = "0.1.73"
schemars = { version = "0.8.15", features = ["smol_str"] }
serde = "1.0.188"
serde = "1.0.189"
serde_derive = "^1.0"
serde_json = { version = "1.0.107", features = ["raw_value"] }
tokio = { version = "1.33.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/query-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bb8-tiberius = "0.15.0"
bytes = "1.5.0" # only included to sort deps conflict
indexmap = "1"
schemars = { version = "0.8.15", features = ["smol_str"] }
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
sqlformat = "0.2.2"
tracing = "0.1.37"
Expand Down

0 comments on commit 6181cec

Please sign in to comment.