Skip to content

Commit

Permalink
update dependencies (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex authored Jul 9, 2024
1 parent ba37279 commit 394f0f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enums = ["refinery/enums"]

[dependencies]
refinery = { path = "../refinery", features = ["rusqlite"] }
rusqlite = "0.29"
rusqlite = "0.31"
barrel = { version = "0.7", features = ["sqlite3"] }
log = "0.4"
env_logger = "0.11"
4 changes: 2 additions & 2 deletions refinery_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ mssql = ["refinery-core/tiberius-config", "tokio"]
[dependencies]
refinery-core = { version = "0.8.14", path = "../refinery_core", default-features = false, features = ["toml"] }
clap = { version = "4", features = ["derive"] }
human-panic = "1.1.3"
human-panic = "2"
toml = "0.8"
env_logger = "0.10"
env_logger = "0.11"
log = "0.4"
anyhow = "1"
regex = "1"
Expand Down
2 changes: 1 addition & 1 deletion refinery_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ walkdir = "2.3.1"
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"] }
mysql = { version = ">= 21.0.0, <= 25", optional = true, default-features = false, features = ["minimal"] }
mysql_async = { version = ">= 0.28, <= 0.34", optional = true, default-features = false, features = ["minimal"] }
tiberius = { version = ">= 0.7, <= 0.12", optional = true, default-features = false }
tokio = { version = "1.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion refinery_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ quote = "1"
syn = "2"
proc-macro2 = "1"
regex = "1"
heck = "0.4"
heck = "0.5"

[dev-dependencies]
tempfile = "3"

0 comments on commit 394f0f8

Please sign in to comment.