diff --git a/examples/guest-side/Cargo.toml b/examples/guest-side/Cargo.toml index aa186b2..0e839c8 100644 --- a/examples/guest-side/Cargo.toml +++ b/examples/guest-side/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "^1" tokio = { version = "^1", features = ["macros", "rt", "time"] } sqlparser = "^0.45" -sea-orm = { version = "1.0.0-rc.3", features = ["proxy"] } +sea-orm = { version = "1.0.0-rc.4", features = ["proxy"] } yew = { version = "^0.21", features = ["ssr"] } yew-router = "^0.18" diff --git a/examples/host-side/Cargo.toml b/examples/host-side/Cargo.toml index b34ac60..c20afe4 100644 --- a/examples/host-side/Cargo.toml +++ b/examples/host-side/Cargo.toml @@ -17,5 +17,5 @@ serde_json = "^1" async-std = { version = "^1", features = ["attributes", "tokio1"] } uuid = "^1" -sea-orm = { version = "1.0.0-rc.3", features = ["proxy"] } +sea-orm = { version = "1.0.0-rc.4", features = ["proxy"] } gluesql = { version = "^0.15" } diff --git a/packages/database/Cargo.toml b/packages/database/Cargo.toml index 6c05389..a6c1a73 100644 --- a/packages/database/Cargo.toml +++ b/packages/database/Cargo.toml @@ -22,7 +22,7 @@ uuid = { version = "^1", features = [ 'serde', ] } -sea-orm-migration = "1.0.0-rc.3" +sea-orm-migration = "1.0.0-rc.4" serde = { version = "^1", features = ["derive"] } serde_json = "^1" async-std = { version = "^1", features = ["attributes", "tokio1"] } @@ -35,4 +35,4 @@ features = [ "with-chrono", "with-json", ] -version = "1.0.0-rc.3" +version = "1.0.0-rc.4" diff --git a/packages/utils/Cargo.toml b/packages/utils/Cargo.toml index bf974b1..cf26eda 100644 --- a/packages/utils/Cargo.toml +++ b/packages/utils/Cargo.toml @@ -28,4 +28,4 @@ uuid = { version = "^1", features = [ ] } bcrypt = "^0.15" -sea-orm = { version = "1.0.0-rc.3", features = ["proxy"] } +sea-orm = { version = "1.0.0-rc.4", features = ["proxy"] } diff --git a/packages/vm/Cargo.toml b/packages/vm/Cargo.toml index 6b272f3..75b6e32 100644 --- a/packages/vm/Cargo.toml +++ b/packages/vm/Cargo.toml @@ -23,7 +23,7 @@ uuid = "^1" wit-component = "*" wasmtime = { version = "^20", features = ["component-model", "async"] } wasmtime-wasi = "^20" -sea-orm = { version = "1.0.0-rc.3", features = ["proxy"] } +sea-orm = { version = "1.0.0-rc.4", features = ["proxy"] } gluesql = { version = "^0.15" } cap-std = "^3"