aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-29 18:27:59 -0400
committerGitHub <noreply@github.com>2023-03-29 18:27:59 -0400
commit7f4b7cabf2ed5438f335b444bcfbe2180adb63ca (patch)
treef6b0c131d7502246f1518e1a62819cb199e50c6a
parent19dfb1496fc05710ef2d862a3a756841cf27f584 (diff)
downloadxesite-7f4b7cabf2ed5438f335b444bcfbe2180adb63ca.tar.xz
xesite-7f4b7cabf2ed5438f335b444bcfbe2180adb63ca.zip
build(deps): bump uuid from 1.2.2 to 1.3.0 (#632)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.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>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c55a539..78b47c9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3209,9 +3209,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "uuid"
-version = "1.2.2"
+version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
+checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
dependencies = [
"getrandom 0.2.8",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index af71ece..a7ff1ef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ tracing-futures = "0.2"
tracing-subscriber = { version = "0.3", features = ["fmt"] }
xml-rs = "0.8"
url = "2"
-uuid = { version = "1.2", features = ["serde", "v4"] }
+uuid = { version = "1.3", features = ["serde", "v4"] }
# workspace dependencies
mastodon2text = { path = "./lib/mastodon2text" }