Skip to content

Commit ada83b3

Browse files
deps: Bump the cargo-minor-and-patch group with 2 updates
Bumps the cargo-minor-and-patch group with 2 updates: [futures](https://github.com/rust-lang/futures-rs) and [rusqlite](https://github.com/rusqlite/rusqlite). Updates `futures` from 0.3.33 to 0.3.34 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.33...0.3.34) Updates `rusqlite` from 0.40.0 to 0.40.2 - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.40.0...v0.40.2) --- updated-dependencies: - dependency-name: futures dependency-version: 0.3.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: rusqlite dependency-version: 0.40.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4549cda commit ada83b3

2 files changed

Lines changed: 28 additions & 25 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rand = "0.8"
5151
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "stream"] }
5252
tracing = "0.1"
5353
regex = "1.10"
54-
rusqlite = { version = "=0.40.0", features = ["bundled"] }
54+
rusqlite = { version = "=0.40.2", features = ["bundled"] }
5555
serde = { version = "1", features = ["derive"] }
5656
serde_json = "1"
5757
sha2 = "0.10"

0 commit comments

Comments
 (0)