diff --git a/Cargo.lock b/Cargo.lock index c2a8c4f..0ccb76b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3385,9 +3385,9 @@ checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" [[package]] name = "uuid" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" dependencies = [ "serde", ] diff --git a/crates/mellow/Cargo.toml b/crates/mellow/Cargo.toml index 6fb4bbe..42ec835 100644 --- a/crates/mellow/Cargo.toml +++ b/crates/mellow/Cargo.toml @@ -46,4 +46,4 @@ twilight-model.workspace = true twilight-util.workspace = true twilight-validate = "0.15.3" url = "2.5.2" -uuid = { version = "1.9.1", features = ["serde"] } \ No newline at end of file +uuid = { version = "1.10.0", features = ["serde"] } \ No newline at end of file diff --git a/crates/mellow_util/Cargo.toml b/crates/mellow_util/Cargo.toml index 21d6576..cacce86 100644 --- a/crates/mellow_util/Cargo.toml +++ b/crates/mellow_util/Cargo.toml @@ -23,4 +23,4 @@ serde.workspace = true sqlx.workspace = true twilight-http.workspace = true twilight-model.workspace = true -uuid = "1.9.1" \ No newline at end of file +uuid = "1.10.0" \ No newline at end of file