Skip to content

Commit

Permalink
chore(deps): Bump serde from 1.0.195 to 1.0.196
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

---
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 Jan 29, 2024
1 parent 9eec086 commit e34449b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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/connectors/ndc-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async-trait = "0.1.77"
percent-encoding = "2.3.1"
prometheus = "0.13.3"
schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
serde = "1.0.195"
serde = "1.0.196"
serde_json = { version = "1.0.111", features = ["raw_value"] }
sqlx = { version = "0.7.3", features = [ "json", "postgres", "runtime-tokio-rustls" ] }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/query-engine/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ license = "Apache-2.0"

[dependencies]
schemars = { version = "0.8.16", features = ["smol_str"] }
serde = { version = "1.0.195", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
2 changes: 1 addition & 1 deletion crates/query-engine/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ license = "Apache-2.0"

[dependencies]
schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
serde = "1.0.195"
serde = "1.0.196"
serde_json = "1.0.111"
2 changes: 1 addition & 1 deletion crates/tests/tests-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hyper = { version = "0.14.28", features = ["tcp"] }
jsonschema = { version = "0.17.1", default-features = false, features = ["resolve-http"] }
reqwest = "0.11.23"
schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
serde = "1.0.195"
serde = "1.0.196"
serde_derive = "^1.0"
serde_json = { version = "1.0.111", features = ["raw_value"] }
similar-asserts = "1.5.0"
Expand Down

0 comments on commit e34449b

Please sign in to comment.