Skip to content

Commit

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

---
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 Oct 29, 2024
1 parent b8c1ca5 commit 5b8b808
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 rust_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ readme = "../Readme.md"
reqwest = { version = "0.12.8", features = ["json"] }
thiserror = "1.0.65"
humantime-serde = "1.1.1"
serde = "1.0.213"
serde = "1.0.214"
humantime = "2.1.0"

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async-events = "0.2.0"
prometheus = "0.13.4"
percent-encoding = "2.3.1"
lazy_static = "1.5.0"
serde = "1.0.213"
serde = "1.0.214"
serde_json = "1.0.132"
toml = "0.8.19"
rand = "0.8.5"
Expand Down

0 comments on commit 5b8b808

Please sign in to comment.