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" 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"