diff --git a/Cargo.toml b/Cargo.toml index d45d4ce..592019f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "init4-bin-base" description = "Internal utilities for binaries produced by the init4 team" keywords = ["init4", "bin", "base"] -version = "0.23.0" +version = "0.23.1" edition = "2021" rust-version = "1.92" authors = ["init4", "James Prestwich", "evalir", "Fraser Hutchison"] @@ -15,7 +15,7 @@ repository = "https://github.com/init4tech/bin-base" init4-from-env-derive = { version = "0.2.0", path = "from-env-derive" } # Signet -signet-cold-sql = { version = "0.9.0", optional = true, default-features = false, features = ["postgres", "sqlite"] } +signet-cold-sql = { version = "0.10.0", optional = true, default-features = false, features = ["postgres", "sqlite"] } signet-constants = "0.19.0" signet-tx-cache = { version = "0.19.0", optional = true }