Skip to content

Commit

Permalink
fix(deps): update rust crate loco-rs to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 5, 2024
1 parent ec2e615 commit ed2137a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]

loco-rs = { version = "0.1.8" }
loco-rs = { version = "0.4.0" }
migration = { path = "migration" }

serde = { version = "1", features = ["derive"] }
Expand Down Expand Up @@ -40,5 +40,5 @@ required-features = []
[dev-dependencies]
serial_test = "2.0.0"
rstest = "0.18.2"
loco-rs = { version = "0.1.8", features = ["testing"] }
loco-rs = { version = "0.4.0", features = ["testing"] }
insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "src/lib.rs"

[dependencies]
async-std = { version = "1", features = ["attributes", "tokio1"] }
loco-rs = { version = "0.1.8" }
loco-rs = { version = "0.4.0" }

[dependencies.sea-orm-migration]
version = "0.12.4"
Expand Down

0 comments on commit ed2137a

Please sign in to comment.