diff --git a/CHANGELOG.md b/CHANGELOG.md index 4466130b..695d38a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/Cargo.lock b/Cargo.lock index 239fcb47..542624ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2587,9 +2587,9 @@ dependencies = [ [[package]] name = "serde-aux" -version = "4.3.1" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "184eba62ebddb71658697c8b08822edee89970bf318c5362189f0de27f85b498" +checksum = "a86348501c129f3ad50c2f4635a01971f76974cd8a3f335988a0f1581c082765" dependencies = [ "chrono", "serde", diff --git a/collectors/slurm/Cargo.toml b/collectors/slurm/Cargo.toml index 107fdac8..a07a9c6e 100644 --- a/collectors/slurm/Cargo.toml +++ b/collectors/slurm/Cargo.toml @@ -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 }