🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-08-01 19:37:02.0 +00:00:00
committer GitHub <noreply@github.com> 2023-08-01 19:37:02.0 +00:00:00
commit
903b4a0b540fac9614db368e2882ca488057933c [patch]
tree
ff9515fc88da630ae4949262a0a6e45b2e818671
parent
1873572056d2f65403df49bb1e009773fadfb795
download
903b4a0b540fac9614db368e2882ca488057933c.tar.gz

Bump uuid from 1.4.0 to 1.4.1

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 8b9d79c..801705c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2709,9 +2709,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"

[[package]]
name = "uuid"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
dependencies = [
 "getrandom",
]
diff --git a/Cargo.toml b/Cargo.toml
index 144ca63..990818c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ tower-http = { version = "0.4.0", features = ["cors"] }
tracing = "0.1"
tracing-subscriber = "0.3"
unix_mode = "0.1"
uuid = { version = "1.1", features = ["v4"] }
uuid = { version = "1.4", features = ["v4"] }
httparse = "1.7"
yoke = { version = "0.7.1", features = ["derive"] }