Skip to content

Commit

Permalink
chore(deps): bump config from 0.13.4 to 0.14.0 (#140)
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](mehcode/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent b584477 commit c492f85
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 34 deletions.
157 changes: 125 additions & 32 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 apps/exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ google-sheets4 = "5.0.3"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.108"
time = { version = "0.3.32", features = ["std"] }
config = "0.13.3"
config = "0.14.0"
dotenvy = "0.15.7"

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion apps/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "swu-app"
[dependencies]
anyhow = "1.0.79"
base64 = "0.21.4"
config = "0.13.3"
config = "0.14.0"
jsonwebtoken = "9.2.0"
once_cell = "1.19.0"
opentelemetry = { version = "0.21.0", features = ["trace"] }
Expand Down

0 comments on commit c492f85

Please sign in to comment.