From 776041563cd54799c866f629dae8e80170e9fe42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:59:24 +0000 Subject: [PATCH] chore(deps): bump sqlx-ledger from 0.10.0 to 0.11.0 Bumps [sqlx-ledger](https://github.com/GaloyMoney/sqlx-ledger) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/GaloyMoney/sqlx-ledger/releases) - [Changelog](https://github.com/GaloyMoney/sqlx-ledger/blob/main/CHANGELOG.md) - [Commits](https://github.com/GaloyMoney/sqlx-ledger/compare/0.10.0...0.11.0) --- updated-dependencies: - dependency-name: sqlx-ledger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5323cf7f..2da6d10e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,15 +571,16 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" [[package]] name = "cached" -version = "0.44.0" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b195e4fbc4b6862bbd065b991a34750399c119797efff72492f28a5864de8700" +checksum = "8cead8ece0da6b744b2ad8ef9c58a4cdc7ef2921e60a6ddfb9eaaa86839b5fc5" dependencies = [ + "ahash 0.8.3", "async-trait", "cached_proc_macro", "cached_proc_macro_types", "futures", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "instant", "once_cell", "thiserror", @@ -588,11 +589,10 @@ dependencies = [ [[package]] name = "cached_proc_macro" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b48814962d2fd604c50d2b9433c2a41a0ab567779ee2c02f7fba6eca1221f082" +checksum = "7da8245dd5f576a41c3b76247b54c15b0e43139ceeb4f732033e15be7c005176" dependencies = [ - "cached_proc_macro_types", "darling 0.14.4", "proc-macro2", "quote", @@ -3180,9 +3180,9 @@ dependencies = [ [[package]] name = "sqlx-ledger" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d3890f6906dc1d5e0f94aaa10b7ff5380900de0df39545cee40e409a61ee284" +checksum = "0e5edcc2aa9c60cfa5f6a01fcd2dc6d8d2f8e800ab5befd7f47c4272c578051b" dependencies = [ "cached", "chrono", @@ -3203,9 +3203,9 @@ dependencies = [ [[package]] name = "sqlx-ledger-cel-interpreter" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be48027e036ced66cd9c971cae609b14d594b2163952ac5adcfeb62d8f48c58a" +checksum = "c5257d6f8962f18291a85952f3b79c6907edc0d10a0075894f206e299baf4641" dependencies = [ "chrono", "rust_decimal", @@ -3218,9 +3218,9 @@ dependencies = [ [[package]] name = "sqlx-ledger-cel-parser" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d54d3ab27343923c3b29b07e25a46e611ad08e97e5e1e306f89fee2b9b6ff6f" +checksum = "7de7a44453ee5053a1d50bad5dee8c0fea2c6241c8dd03ac9b2a8fcdde638ee5" dependencies = [ "lalrpop", "lalrpop-util", diff --git a/Cargo.toml b/Cargo.toml index dc1139be..44daf670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" fail-on-warnings = [] [dependencies] -sqlx-ledger = { version = "0.10.0", features = ["otel"] } +sqlx-ledger = { version = "0.11.0", features = ["otel"] } anyhow = "1.0.75" bitcoincore-rpc = "0.16.0"