Skip to content

Commit

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

---
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 Jul 8, 2024
1 parent 90fb147 commit 5609a3a
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.5"
prometheus = "0.13.4"
querystrong = "0.3.0"
rand = "0.8.5"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
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.61"
divviup-client = { workspace = true }
trillium-rustls = { version = "0.8.1", default-features = false }
trillium-tokio = "0.4.0"
serde = "1.0.203"
serde = "1.0.204"
email_address = "0.2.5"
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.5"
prio = "0.16"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
thiserror = "1.0.61"
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.203"
serde = "1.0.204"
serde_json = "1.0.120"
thiserror = "1.0.61"
tracing = "0.1.40"
Expand Down

0 comments on commit 5609a3a

Please sign in to comment.