Skip to content

Commit

Permalink
Bump serde_with from 2.3.1 to 2.3.2
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v2.3.1...v2.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and stefan-k committed Apr 6, 2023
1 parent 7ce9cde commit 475a7a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 collectors/slurm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ itertools = "0.10.5"
regex = "1.7.3"
chrono = { version = "0.4.24", default-features = false }
once_cell = "1.17.1"
serde_with = { version = "2.3.1", features = ["chrono_0_4"] }
serde_with = { version = "2.3.2", features = ["chrono_0_4"] }
serde_json = "1.0.95"

[dependencies.sqlx]
Expand Down

0 comments on commit 475a7a4

Please sign in to comment.