diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-26 12:18:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-26 12:18:53 +0100 |
| commit | a5e9c27e74682f9757b791f7de40fb3f7a5b73b5 (patch) | |
| tree | a26eabb1938a0c26cf6cc918729116cdb1dbf22e /Cargo.toml | |
| parent | chore: add some more debug logs (#1979) (diff) | |
| download | atuin-a5e9c27e74682f9757b791f7de40fb3f7a5b73b5.zip | |
chore(deps): bump typed-builder from 0.18.1 to 0.18.2 (#1967)
Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.18.1 to 0.18.2.
- [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/idanarye/rust-typed-builder/commits)
---
updated-dependencies:
- dependency-name: typed-builder
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ serde_json = "1.0.108" tokio = { version = "1", features = ["full"] } uuid = { version = "1.3", features = ["v4", "v7", "serde"] } whoami = "1.5.1" -typed-builder = "0.18.0" +typed-builder = "0.18.2" pretty_assertions = "1.3.0" thiserror = "1.0" rustix = { version = "0.38.30", features = ["process", "fs"] } |
