From e7e2fc0b604135c9169dd8bf41b4b8f0191f8650 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 16:05:06 +0000 Subject: [PATCH 1/4] Update Rust crate chrono to 0.4.38 --- crates/lox-library/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lox-library/Cargo.toml b/crates/lox-library/Cargo.toml index 483c762..9357b31 100644 --- a/crates/lox-library/Cargo.toml +++ b/crates/lox-library/Cargo.toml @@ -17,7 +17,7 @@ readme = "README.md" curve25519-dalek = { version = "4", default-features = false, features = ["serde", "rand_core", "digest"] } ed25519-dalek = { version = "2", features = ["serde", "rand_core"] } bincode = "1.3.3" -chrono = "0.4" +chrono = "0.4.38" rand = { version = "0.8", features = ["std_rng"]} serde = "1.0.197" serde_with = {version = "3.7.0", features = ["json"]} From b7b0aa6da857772ed51a5a15ed83576fd0b3b87e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 16:05:09 +0000 Subject: [PATCH 2/4] Update Rust crate curve25519-dalek to 4.1.2 --- crates/lox-library/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lox-library/Cargo.toml b/crates/lox-library/Cargo.toml index 483c762..9fd80c3 100644 --- a/crates/lox-library/Cargo.toml +++ b/crates/lox-library/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] -curve25519-dalek = { version = "4", default-features = false, features = ["serde", "rand_core", "digest"] } +curve25519-dalek = { version = "4.1.2", default-features = false, features = ["serde", "rand_core", "digest"] } ed25519-dalek = { version = "2", features = ["serde", "rand_core"] } bincode = "1.3.3" chrono = "0.4" From a10da0413d88c978e115cea92654b2ca48fb288d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 16:05:15 +0000 Subject: [PATCH 3/4] Update Rust crate futures-util to 0.3.30 --- crates/rdsys-backend-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rdsys-backend-api/Cargo.toml b/crates/rdsys-backend-api/Cargo.toml index 0556013..4ab3281 100644 --- a/crates/rdsys-backend-api/Cargo.toml +++ b/crates/rdsys-backend-api/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] serde_json = "1" -futures-util = { version = "0.3"} +futures-util = { version = "0.3.30"} serde = { version = "1", features = ["derive"]} bytes = "1" hex = "0.4.3" From 0235ac26b73b2d7a012c4a15614b312d3604a4e7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Apr 2024 10:05:09 +0000 Subject: [PATCH 4/4] Update Rust crate ed25519-dalek to 2.1.1 --- crates/lox-library/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lox-library/Cargo.toml b/crates/lox-library/Cargo.toml index 32919cd..9d75bb1 100644 --- a/crates/lox-library/Cargo.toml +++ b/crates/lox-library/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" [dependencies] curve25519-dalek = { version = "4.1.2", default-features = false, features = ["serde", "rand_core", "digest"] } -ed25519-dalek = { version = "2", features = ["serde", "rand_core"] } +ed25519-dalek = { version = "2.1.1", features = ["serde", "rand_core"] } bincode = "1.3.3" chrono = "0.4.38" rand = { version = "0.8", features = ["std_rng"]}