diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-24 07:38:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-24 07:38:48 +0100 |
| commit | 657a7a6f517a4af6eb69392a5778cae6534b9849 (patch) | |
| tree | ddd99820c2316e3374d80194a578fbb82a58d318 /Cargo.toml | |
| parent | feat(history): filter out various environment variables containing potential ... (diff) | |
| download | atuin-657a7a6f517a4af6eb69392a5778cae6534b9849.zip | |
chore(deps): bump uuid from 1.8.0 to 1.9.0 (#2181)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.8.0...1.9.0)
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
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
@@ -34,7 +34,7 @@ semver = "1.0.20" serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.116" tokio = { version = "1", features = ["full"] } -uuid = { version = "1.8", features = ["v4", "v7", "serde"] } +uuid = { version = "1.9", features = ["v4", "v7", "serde"] } whoami = "1.5.1" typed-builder = "0.18.2" pretty_assertions = "1.3.0" |
