diff --git a/skilldeck-platform/Cargo.lock b/skilldeck-platform/Cargo.lock index 32f2a0d2..b5e4ac91 100644 --- a/skilldeck-platform/Cargo.lock +++ b/skilldeck-platform/Cargo.lock @@ -3160,9 +3160,9 @@ dependencies = [ [[package]] name = "resend-rs" -version = "0.32.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f8a0655605e032e97f50097eb69ba8bb129d3dec32f8d9d2f9c96aec558e8a" +checksum = "46771acdf7f050a88db59953c25475aea5c3849c375a67d08144b99e62d5dace" dependencies = [ "ecow", "getrandom 0.4.3", @@ -4258,7 +4258,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix", "windows-sys 0.61.2",