Skip to content

Commit

Permalink
build(deps): bump config from 0.13.4 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [config](https://github.com/mehcode/config-rs) from 0.13.4 to 0.14.0.
- [Changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md)
- [Commits](rust-cli/config-rs@v0.13.4...0.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and QuantumDancer committed Feb 5, 2024
1 parent ffea2b8 commit 6510235
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 39 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Breaking changes

### Security

### Added

### Changed
- Dependencies: Update config from 0.13.4 to 0.14.0 ([@QuantumDancer](https://github.com/QuantumDancer))

### Removed

## [0.4.0] - 2024-01-31
Expand Down
154 changes: 119 additions & 35 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 auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
serde = { version = "1", features = ["derive"] }
serde-aux = "4"
serde_with = { version = "3", features = ["chrono_0_4"] }
config = "0.13"
config = "0.14"
uuid = { version = "1.7", features = ["v4"] }
chrono = { version = "0.4.33", default-features = false, features = ["serde"] }
tracing = { version = "0.1", features = ["log"] }
Expand Down
2 changes: 1 addition & 1 deletion collectors/slurm-epilog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tracing-subscriber = { version = "0.3"}
serde = { version = "1", features = ["derive"] }
serde-aux = "4"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
config = "0.13"
config = "0.14"
uuid = { version = "1.7", features = ["v4"] }

[dev-dependencies]
2 changes: 1 addition & 1 deletion collectors/slurm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3" }
uuid = { version = "1.7", features = ["v4"] }
fake = { version = "2.9", features = ["chrono"] }
config = "0.13.4"
config = "0.14.0"
serde = { version = "1.0.196", features = ["derive"] }
serde-aux = "4.4.0"
itertools = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion plugins/priority/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ strip = true
[dependencies]
auditor = { path = "../../auditor", version = "0.4.0" }
actix-web = "4.4.1"
config = "0.13"
config = "0.14"
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3" }
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 6510235

Please sign in to comment.