Skip to content

Commit

Permalink
⬆️ Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed May 3, 2024
1 parent 124eb88 commit d7a1a45
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/guest-side/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion examples/host-side/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
4 changes: 2 additions & 2 deletions packages/database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand All @@ -35,4 +35,4 @@ features = [
"with-chrono",
"with-json",
]
version = "1.0.0-rc.3"
version = "1.0.0-rc.4"
2 changes: 1 addition & 1 deletion packages/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion packages/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d7a1a45

Please sign in to comment.