Skip to content

Commit

Permalink
Bump rusqlite version (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjkz808 authored Mar 2, 2024
1 parent ce0a0d8 commit e49eb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refinery_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ url = "2.0"
walkdir = "2.3.1"

# allow multiple versions of the same dependency if API is similar
rusqlite = { version = ">= 0.23, <= 0.30", optional = true }
rusqlite = { version = ">= 0.23, <= 0.31", optional = true }
postgres = { version = ">=0.17, <= 0.19", optional = true }
tokio-postgres = { version = ">= 0.5, <= 0.7", optional = true }
mysql = { version = ">= 21.0.0, <= 24", optional = true, default-features = false, features = ["minimal"] }
Expand Down

0 comments on commit e49eb1f

Please sign in to comment.