Skip to content

Commit

Permalink
build(deps): bump serde_with from 3.5.1 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.5.1...v3.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and QuantumDancer committed Jan 31, 2024
1 parent e17e0e3 commit 2463e82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: Update serde-aux from 4.2.0 to 4.4.0 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update serde_json from 1.0.108 to 1.0.113 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update serde_qs from 0.11.0 to 0.12.0 ([@QuantumDancer](https://github.com/QuantumDancer)
- Dependencies: Update serde_with from 3.4.0 to 3.5.1 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update serde_with from 3.4.0 to 3.6.0 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update setuptools from 69.0.2 to 69.0.3 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update sqlx from 0.7.2 to 0.7.3 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update thiserror from 1.0.50 to 1.0.56 ([@QuantumDancer](https://github.com/QuantumDancer))
Expand Down
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 @@ -46,7 +46,7 @@ itertools = "0.12.1"
regex = "1.10.3"
chrono = { version = "0.4.33", default-features = false }
once_cell = "1.19.0"
serde_with = { version = "3.5.1", features = ["chrono_0_4"] }
serde_with = { version = "3.6.0", features = ["chrono_0_4"] }
serde_json = "1.0.113"

[dependencies.sqlx]
Expand Down

0 comments on commit 2463e82

Please sign in to comment.