Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 338b471 commit a681a39
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/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ndc-postgres-configuration = { path = "../configuration" }

anyhow = "1.0.86"
clap = { version = "4.5.4", features = ["derive", "env"] }
serde = { version = "1.0.202", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_yaml = "0.9.34"
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ query-engine-metadata = { path = "../query-engine/metadata" }

anyhow = "1.0.86"
schemars = { version = "0.8.20", features = ["smol_str", "preserve_order"] }
serde = "1.0.202"
serde = "1.0.203"
serde_json = { version = "1.0.117", features = ["raw_value"] }
sqlx = { version = "0.7.4", features = ["json", "postgres", "runtime-tokio-rustls"] }
thiserror = "1.0.61"
Expand Down
2 changes: 1 addition & 1 deletion crates/query-engine/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ workspace = true

[dependencies]
schemars = { version = "0.8.20", features = ["smol_str", "preserve_order"] }
serde = "1.0.202"
serde = "1.0.203"
serde_json = "1.0.117"
2 changes: 1 addition & 1 deletion crates/tests/tests-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ axum-test-helper = "0.3.0"
env_logger = "0.11.3"
hyper = { version = "0.14.28", features = ["tcp"] }
reqwest = "0.11.27"
serde = "1.0.202"
serde = "1.0.203"
serde_json = { version = "1.0.117", features = ["raw_value"] }
sqlx = { version = "0.7.4", features = [ "json", "postgres", "runtime-tokio-rustls" ] }
tokio = { version = "1.37.0", features = ["full"] }
Expand Down

0 comments on commit a681a39

Please sign in to comment.