···1111[dependencies]
1212async-std = { version = "1", features = ["attributes", "tokio1"] }
1313nanoid = "0.4.0"
1414-sea-orm = "2.0.0-rc"
1414+sea-orm = "2.0.0-rc.38"
1515rgb = "0.8.53"
16161717serde = {workspace = true}
1818rand = "0.10.0"
19192020[dependencies.sea-orm-migration]
2121-version = "2.0.0-rc"
2121+version = "2.0.0-rc.38"
2222features = [
2323 # Enable at least one `ASYNC_RUNTIME` and `DATABASE_DRIVER` feature if you want to run migration via CLI.
2424 # View the list of supported features at https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime.