Skip to content

Commit 394f0f8

Browse files
authored
update dependencies (#340)
1 parent ba37279 commit 394f0f8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ enums = ["refinery/enums"]
1313

1414
[dependencies]
1515
refinery = { path = "../refinery", features = ["rusqlite"] }
16-
rusqlite = "0.29"
16+
rusqlite = "0.31"
1717
barrel = { version = "0.7", features = ["sqlite3"] }
1818
log = "0.4"
1919
env_logger = "0.11"

refinery_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ mssql = ["refinery-core/tiberius-config", "tokio"]
2525
[dependencies]
2626
refinery-core = { version = "0.8.14", path = "../refinery_core", default-features = false, features = ["toml"] }
2727
clap = { version = "4", features = ["derive"] }
28-
human-panic = "1.1.3"
28+
human-panic = "2"
2929
toml = "0.8"
30-
env_logger = "0.10"
30+
env_logger = "0.11"
3131
log = "0.4"
3232
anyhow = "1"
3333
regex = "1"

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.31", 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, <= 24", optional = true, default-features = false, features = ["minimal"] }
35+
mysql = { version = ">= 21.0.0, <= 25", optional = true, default-features = false, features = ["minimal"] }
3636
mysql_async = { version = ">= 0.28, <= 0.34", 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 }

refinery_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ quote = "1"
2020
syn = "2"
2121
proc-macro2 = "1"
2222
regex = "1"
23-
heck = "0.4"
23+
heck = "0.5"
2424

2525
[dev-dependencies]
2626
tempfile = "3"

0 commit comments

Comments
 (0)