Skip to content

Commit

Permalink
Bump serde-aux from 4.3.1 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [serde-aux](https://github.com/iddm/serde-aux) from 4.3.1 to 4.4.0.
- [Commits](https://github.com/iddm/serde-aux/commits)

---
updated-dependencies:
- dependency-name: serde-aux
  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 14, 2024
1 parent 0a517ed commit 02656d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: Update pytest from 7.4.3 to 7.4.4 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update reqwest from 0.11.22 to 0.11.23 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update serde from 1.0.193 to 1.0.195 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update serde-aux from 4.2.0 to 4.3.1 ([@QuantumDancer](https://github.com/QuantumDancer))
- 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.111 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update serde_qs from 0.11.0 to 0.12.0 ([@QuantumDancer](https://github.com/QuantumDancer)
- Dependencies: Update setuptools from 69.0.2 to 69.0.3 ([@dirksammel](https://github.com/dirksammel))
Expand Down
4 changes: 2 additions & 2 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 @@ -41,7 +41,7 @@ uuid = { version = "1.6", features = ["v4"] }
fake = { version = "2.9", features = ["chrono"] }
config = "0.13.4"
serde = { version = "1.0.195", features = ["derive"] }
serde-aux = "4.3.1"
serde-aux = "4.4.0"
itertools = "0.12.0"
regex = "1.10.2"
chrono = { version = "0.4.31", default-features = false }
Expand Down

0 comments on commit 02656d9

Please sign in to comment.