diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-13 08:39:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-13 08:39:31 +0100 |
| commit | b231b82bdd0a52f8fb38350ba1cd5ea285a9127a (patch) | |
| tree | 1b5c9b07d6349ea1719c432429fd389be47fc038 | |
| parent | add support to override hostname and username via env var (#1041) (diff) | |
| download | atuin-b231b82bdd0a52f8fb38350ba1cd5ea285a9127a.zip | |
Bump uuid from 1.2.1 to 1.3.4 (#1046)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.1 to 1.3.4.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.2.1...1.3.4)
---
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>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2607,9 +2607,9 @@ checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" [[package]] name = "uuid" -version = "1.2.1" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83" +checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" dependencies = [ "getrandom", ] @@ -35,7 +35,7 @@ semver = "1.0.14" serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.86" tokio = { version = "1", features = ["full"] } -uuid = { version = "1.2", features = ["v4"] } +uuid = { version = "1.3", features = ["v4"] } whoami = "1.1.2" [workspace.dependencies.reqwest] |
