Skip to content

Commit

Permalink
⬆️ Bump gloo to 0.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Dec 9, 2023
1 parent 8d42a52 commit 8f684c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hikari-proto = { path = "../../packages/proto", version = "*" }
anyhow = "^1"
base64 = "^0.21"
derive_more = "*"
gloo = "^0.10"
gloo = "^0.11"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
Expand Down
2 changes: 1 addition & 1 deletion packages/components-container/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hikari-theme = { path = "../theme", version = "*" }
anyhow = "^1"
base64 = "^0.21"
derive_more = "*"
gloo = "^0.10"
gloo = "^0.11"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
Expand Down
2 changes: 1 addition & 1 deletion packages/components-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hikari-theme = { path = "../theme", version = "*" }
anyhow = "^1"
base64 = "^0.21"
derive_more = "*"
gloo = "^0.10"
gloo = "^0.11"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
Expand Down
2 changes: 1 addition & 1 deletion packages/components-form/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hikari-theme = { path = "../theme", version = "*" }
anyhow = "^1"
base64 = "^0.21"
derive_more = "*"
gloo = "^0.10"
gloo = "^0.11"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
Expand Down
2 changes: 1 addition & 1 deletion packages/components-navigation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hikari-theme = { path = "../theme", version = "*" }
anyhow = "^1"
base64 = "^0.21"
derive_more = "*"
gloo = "^0.10"
gloo = "^0.11"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
Expand Down
2 changes: 1 addition & 1 deletion packages/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
anyhow = "^1"
base64 = "^0.21"
derive_more = "*"
gloo = "^0.10"
gloo = "^0.11"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = "^0.25"
Expand Down

0 comments on commit 8f684c3

Please sign in to comment.