diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f4cf16f..cefd2c6 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ "dotenvy", "env_logger", "log", - "rand 0.9.2", + "rand 0.9.3", "reqwest", "serde", "serde_json", @@ -1411,7 +1411,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash", "rustls", @@ -1465,9 +1465,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index f265844..05d377d 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -20,7 +20,7 @@ bigdecimal = { version = "0.4.10", features = ["serde"] } reqwest = { version = "0.13.1", features = ["json"] } serde_json = "1.0.148" statrs = "0.18.0" -rand = "0.9.2" +rand = "0.9.3" deadpool-diesel = { version = "0.6.1", features = ["postgres", "serde"] } [profile.release]