Skip to content

Commit

Permalink
build(deps): bump envconfig from 0.10.0 to 0.11.0 (#100)
Browse files Browse the repository at this point in the history
Bumps [envconfig](https://github.com/greyblake/envconfig-rs) from 0.10.0 to 0.11.0.
- [Changelog](https://github.com/greyblake/envconfig-rs/blob/master/CHANGELOG.md)
- [Commits](greyblake/envconfig-rs@v0.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 20df185 commit 573e04c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default-run = "server"
actix-web = "4.9.0"
chrono = { version = "0.4.38", features = ["serde"] }
dotenv = "0.15.0"
envconfig = "0.10.0"
envconfig = "0.11.0"
futures = "0.3.30"
futures-lite = "2.3.0"
itertools = "0.13.0"
Expand Down

0 comments on commit 573e04c

Please sign in to comment.