diff --git a/Cargo.lock b/Cargo.lock index 8167820a..df3ecb29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6507,7 +6507,7 @@ dependencies = [ "dirs", "dotenvy", "futures-util", - "getrandom 0.2.17", + "getrandom 0.4.2", "hex", "hostname", "loro", diff --git a/Cargo.toml b/Cargo.toml index 30d82e89..e3a6a014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ sha2 = "0.11" hex = "0.4" blake3 = "1" subtle = "2" -getrandom = "0.2" +getrandom = "0.4" base64 = "0.22" rustls = { version = "0.23", default-features = false, features = ["ring", "std"] } rcgen = "0.14"