Skip to content

Commit

Permalink
Bump serde from 1.0.208 to 1.0.209 (#1253)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.209.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.208...v1.0.209)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent fc45b63 commit 7561bf4
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ prio = "0.16.6"
prometheus = "0.13.4"
querystrong = "0.3.0"
rand = "0.8.5"
serde = { version = "1.0.208", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
serde_path_to_error = "0.1.16"
sha2 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ thiserror = "1.0.63"
divviup-client = { workspace = true }
trillium-rustls = { version = "0.8.1", default-features = false }
trillium-tokio = "0.4.0"
serde = "1.0.208"
serde = "1.0.209"
email_address = "0.2.9"
humantime = "2.1.0"
base64 = "0.22.1"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ admin = []
base64 = "0.22.1"
email_address = "0.2.9"
prio = "0.16"
serde = { version = "1.0.208", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
thiserror = "1.0.63"
trillium-client = { version = "0.6.2", features = ["json"] }
Expand Down
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trillium = "0.2.20"
trillium-macros = "0.0.6"
trillium-testing = { version = "0.7.0", features = ["tokio"] }
divviup-api.workspace = true
serde = "1.0.208"
serde = "1.0.209"
serde_json = "1.0.127"
thiserror = "1.0.63"
tracing = "0.1.40"
Expand Down

0 comments on commit 7561bf4

Please sign in to comment.