Skip to content

Commit 1c9e0ca

Browse files
authored
bump mysql dependency (#365)
1 parent cbdece5 commit 1c9e0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refinery_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ walkdir = "2.3.1"
3232
rusqlite = { version = ">= 0.23, <= 0.33", optional = true }
3333
postgres = { version = ">=0.17, <= 0.19", optional = true }
3434
tokio-postgres = { version = ">= 0.5, <= 0.7", optional = true }
35-
mysql = { version = ">= 21.0.0, <= 25", optional = true, default-features = false, features = ["minimal"] }
35+
mysql = { version = ">= 21.0.0, <= 26", optional = true, default-features = false, features = ["minimal"] }
3636
mysql_async = { version = ">= 0.28, <= 0.35", optional = true, default-features = false, features = ["minimal"] }
3737
tiberius = { version = ">= 0.7, <= 0.12", optional = true, default-features = false }
3838
tokio = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)