From c1c1d9d496a1c6adf1391c9ef12d263b1f10e4a5 Mon Sep 17 00:00:00 2001 From: einliterflasche Date: Mon, 9 Dec 2024 18:37:57 +0100 Subject: [PATCH 1/2] chore(chain): bump rusqlite version from 0.31.0 to 0.32 --- crates/chain/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/chain/Cargo.toml b/crates/chain/Cargo.toml index 2dc7d9cc8..fa8f92d11 100644 --- a/crates/chain/Cargo.toml +++ b/crates/chain/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1", optional = true, features = ["derive", "rc"] } miniscript = { version = "12.0.0", optional = true, default-features = false } # Feature dependencies -rusqlite = { version = "0.31.0", features = ["bundled"], optional = true } +rusqlite = { version = "0.32", features = ["bundled"], optional = true } [dev-dependencies] rand = "0.8" From 2e57dc7495c14ed334fb525bf17f002d0a8ff6df Mon Sep 17 00:00:00 2001 From: einliterflasche Date: Tue, 10 Dec 2024 16:54:32 +0100 Subject: [PATCH 2/2] fix: bump pinned 'cc' version from 1.0.105 to 1.1.6 --- .github/workflows/cont_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 2116392d1..65b8c709a 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -46,7 +46,7 @@ jobs: cargo update -p home --precise "0.5.5" cargo update -p proptest --precise "1.2.0" cargo update -p url --precise "2.5.0" - cargo update -p cc --precise "1.0.105" + cargo update -p cc --precise "1.1.6" cargo update -p tokio --precise "1.38.1" cargo update -p tokio-util --precise "0.7.11" cargo update -p indexmap --precise "2.5.0"