Skip to content

Commit 688ff96

Browse files
committed
Merge #623: Bump versions
3283a20 Bump rusqlite (Philipp Hoenisch) 3f9b4cd Bump ahash (Philipp Hoenisch) Pull request description: ### Description Not much to say besides that I bumped some version which helps us to resolve some dependency hell :) ### Notes to the reviewers `ahash` was previously fixed because of an incompatibility with the defined MSRV. The MSRV has been bumped to 1.56 so we can update the dependency. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing #### New Features: * [ ] I've added tests for the new feature * [ ] I've added docs for the new feature * [ ] I've updated `CHANGELOG.md` #### Bugfixes: * [ ] This pull request breaks the existing API * [ ] I've added tests to reproduce the issue which are now passing * [ ] I'm linking the issue being fixed by this PR ACKs for top commit: rajarshimaitra: ACK 3283a20 Tree-SHA512: 4760890529bb4dd87fafdda04188fd06e707398abfa7d36d26077233525e76cc8c7d8888ad996c1cc4ac31ab708ea9a56a602b1d1578b97f9e44b610df3d969b
2 parents ed78d18 + 3283a20 commit 688ff96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ rand = "^0.7"
2323
# Optional dependencies
2424
sled = { version = "0.34", optional = true }
2525
electrum-client = { version = "0.10", optional = true }
26-
rusqlite = { version = "0.25.3", optional = true }
27-
ahash = { version = "=0.7.4", optional = true }
26+
rusqlite = { version = "0.27.0", optional = true }
27+
ahash = { version = "0.7.6", optional = true }
2828
reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] }
2929
ureq = { version = "~2.2.0", features = ["json"], optional = true }
3030
futures = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)