Skip to content

Commit

Permalink
cargo: Updates dependency 'typed-builder' 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Oct 25, 2023
1 parent aec0da3 commit 2839446
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ cli-utils = { version = "0.5", git = "https://github.com/hoijui/cli-utils-rs.git
const_format = "0.2"
# We can not yet use `dotenv` upstream, as long as this PR is unmerged:
# https://github.com/dotenv-rs/dotenv/pull/78
# Sadly, the project loks head-less (no active owners/maintainers),
# Sadly, the project looks head-less (no active owners/maintainers),
# see this related issue:
# https://github.com/dotenv-rs/dotenv/issues/74
dotenv = { git = "https://github.com/hoijui/dotenv.git" }
git-version = "0.3"
lazy_static = "1.4"
regex = "1.6"
thiserror = "1.0"
typed-builder = "0.14"
typed-builder = "0.18"

[dev-dependencies]
assert_cmd = "2.0"
Expand Down

0 comments on commit 2839446

Please sign in to comment.