Skip to content

Commit

Permalink
build: bump rusqlite from 0.29.0 to 0.30.0
Browse files Browse the repository at this point in the history
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent d16b782 commit 24e5ff1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_abac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ockam_identity = { version = "0.92.0", path = "../ockam_identity", default-featu
once_cell = { version = "1.18.0", default-features = false, features = ["alloc"] }
# optional:
regex = { version = "1.10.2", default-features = false, optional = true }
rusqlite = { version = "0.29.0", optional = true }
rusqlite = { version = "0.30.0", optional = true }
rustyline = { version = "12.0.0", optional = true }
rustyline-derive = { version = "0.9.0", optional = true }
str-buf = "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default-features
ockam_node = { path = "../ockam_node", version = "^0.98.0", default-features = false }
ockam_vault = { path = "../ockam_vault", version = "^0.91.0", default-features = false, optional = true }
rand = { version = "0.8", default-features = false }
rusqlite = { version = "0.29.0", optional = true }
rusqlite = { version = "0.30.0", optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde-big-array = "0.5"
serde_bare = { version = "0.5.0", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 24e5ff1

Please sign in to comment.