Skip to content

Commit

Permalink
build(deps): bump typed-path from 0.9.3 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [typed-path](https://github.com/chipsenkbeil/typed-path) from 0.9.3 to 0.10.0.
- [Release notes](https://github.com/chipsenkbeil/typed-path/releases)
- [Changelog](https://github.com/chipsenkbeil/typed-path/blob/main/CHANGELOG.md)
- [Commits](chipsenkbeil/typed-path@v0.9.3...v0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent b47a391 commit 1468111
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 tough/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ snafu = { version = "0.8", features = ["futures"] }
tempfile = "3"
tokio = { version = "1", default-features = false, features = ["io-util", "sync", "fs", "rt", "time"] }
tokio-util = { version = "0.7", features = ["io"] }
typed-path = "0.9"
typed-path = "0.10"
# pinned due to aws-lc-rs locked to this version
# https://github.com/aws/aws-lc-rs/issues/468
untrusted = "0.7.1"
Expand Down

0 comments on commit 1468111

Please sign in to comment.