Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.194 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.194 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.194...v1.0.196)

---
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] authored Jan 29, 2024
1 parent 7ae6a40 commit 5a7e445
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio-tungstenite = { version = "0.20.1", features = ["rustls-tls-webpki-roots"]
url = { version = "2.3.1", features = ["serde"] }
axum = "0.6.11"
axum-core = "0.3.4"
serde = { version = "1.0.194", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.107"
serde_yaml = "0.9.27"
serde_with = { version = "3.4.0", features = ["chrono_0_4"] }
Expand Down
2 changes: 1 addition & 1 deletion price-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ tonic-build = { version = "0.10.2", features = ["prost"] }

[dev-dependencies]
anyhow = "1.0.70"
serde = "1.0.194"
serde = "1.0.196"
serde_json = "1.0.107"
2 changes: 1 addition & 1 deletion quotes-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ tonic-build = { version = "0.10", features = ["prost"] }

[dev-dependencies]
anyhow = "1.0.70"
serde = "1.0.194"
serde = "1.0.196"
serde_json = "1.0.93"
serial_test = { version = "*" , features = [ "file_locks"] }

0 comments on commit 5a7e445

Please sign in to comment.