File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ int8-versions = ["refinery/int8-versions"]
1515
1616[dependencies ]
1717refinery = { path = " ../refinery" , features = [" rusqlite" ] }
18- rusqlite = " 0.37 "
18+ rusqlite = " 0.38 "
1919barrel = { version = " 0.7" , features = [" sqlite3" ] }
2020log = " 0.4"
2121env_logger = " 0.11"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ url = "2.0"
3131walkdir = " 2.3.1"
3232
3333# allow multiple versions of the same dependency if API is similar
34- rusqlite = { version = " >= 0.23, <= 0.37 " , optional = true }
34+ rusqlite = { version = " >= 0.23, <= 0.38 " , optional = true }
3535postgres = { version = " >=0.17, <= 0.19" , optional = true }
3636native-tls = { version = " 0.2" , optional = true }
3737postgres-native-tls = { version = " 0.5" , optional = true }
You can’t perform that action at this time.
0 commit comments