diff options
| author | Cristian Le <git@lecris.dev> | 2025-04-16 13:25:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-16 12:25:39 +0100 |
| commit | 28ddb45e01467b6afe7c19c7ca52a8fde5f823ef (patch) | |
| tree | d049c96c3e186e292fc7c88a0b8e78f01a1f2bc0 /Cargo.toml | |
| parent | chore(deps): bump debian (#2699) (diff) | |
| download | atuin-28ddb45e01467b6afe7c19c7ca52a8fde5f823ef.zip | |
Update dependencies (#2695)
- Bump protox to 0.8
- Bump interim to 0.2
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ config = { version = "0.15.8", default-features = false, features = ["toml"] } directories = "5.0.1" eyre = "0.6" fs-err = "2.9" -interim = { version = "0.1.0", features = ["time"] } +interim = { version = "0.2.0", features = ["time_0_3"] } itertools = "0.13.0" rand = { version = "0.8.5", features = ["std"] } semver = "1.0.20" |
