Skip to content

Commit

Permalink
Bump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jun 25, 2024
1 parent 904565b commit 48d89a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ path = "src/lib.rs"
futures = { version = "0.3", default-features = false, optional = true, features = ["alloc"] }
sea-schema-derive = { version = "0.2.0", path = "sea-schema-derive", default-features = false }
sea-query = { version = "0.31.0-rc.8", default-features = false, features = ["derive"] }
sea-query-binder = { version = "0.6.0-rc.3", default-features = false, optional = true }
sea-query-binder = { version = "0.6.0-rc.4", default-features = false, optional = true }
serde = { version = "1", default-features = false, optional = true, features = ["derive"] }
sqlx = { version = "0.7", default-features = false, optional = true }
log = { version = "0.4", default-features = false, optional = true }
Expand Down

0 comments on commit 48d89a3

Please sign in to comment.