Skip to content

Commit fe5cf75

Browse files
committed
Merge branch 'cargo-lock-update' of https://github.com/langyo/gloo into cargo-lock-update
2 parents 36bc360 + 9ce421f commit fe5cf75

File tree

19 files changed

+26
-24
lines changed

19 files changed

+26
-24
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
rust-version: [1.64, stable, nightly]
13+
rust-version: [1.67, stable, nightly]
1414
name: Native Tests
1515
runs-on: ubuntu-latest
1616
steps:
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
rust-version: [1.64, stable, nightly]
40+
rust-version: [1.67, stable, nightly]
4141
name: Browser Tests
4242
runs-on: ubuntu-latest
4343
steps:
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
fail-fast: false
8686
matrix:
87-
rust-version: [1.64, stable, nightly]
87+
rust-version: [1.67, stable, nightly]
8888
name: Node Tests
8989
runs-on: ubuntu-latest
9090
steps:
@@ -125,7 +125,7 @@ jobs:
125125
strategy:
126126
fail-fast: false
127127
matrix:
128-
rust-version: [1.64, stable, nightly]
128+
rust-version: [1.67, stable, nightly]
129129
steps:
130130
- uses: actions/checkout@v4
131131
- uses: dtolnay/rust-toolchain@master
@@ -165,7 +165,7 @@ jobs:
165165
matrix:
166166
# example: [ markdown, prime ]
167167
example: [markdown]
168-
rust-version: [1.64, stable, nightly]
168+
rust-version: [1.67, stable, nightly]
169169
steps:
170170
- uses: actions/checkout@v4
171171
- uses: dtolnay/rust-toolchain@master
@@ -209,7 +209,7 @@ jobs:
209209
strategy:
210210
fail-fast: false
211211
matrix:
212-
rust-version: [1.64, stable, nightly]
212+
rust-version: [1.67, stable, nightly]
213213
name: Test gloo-net
214214
runs-on: ubuntu-latest
215215
services:

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/rustwasm/gloo"
1010
homepage = "https://gloo-rs.web.app/"
1111
documentation = "https://docs.rs/gloo/"
1212
categories = ["api-bindings", "wasm"]
13-
rust-version = "1.64"
13+
rust-version = "1.67"
1414

1515
[dependencies]
1616
gloo-timers = { version = "0.3", path = "crates/timers", optional = true }

crates/console/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/rustwasm/gloo/tree/master/crates/console"
1010
homepage = "https://github.com/rustwasm/gloo"
1111
documentation = "https://docs.rs/gloo-console/"
1212
categories = ["api-bindings", "development-tools::profiling", "wasm"]
13-
rust-version = "1.64"
13+
rust-version = "1.67"
1414

1515
[dependencies]
1616
wasm-bindgen = "0.2"

crates/dialogs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/rustwasm/gloo/tree/master/crates/dialogs"
1010
homepage = "https://github.com/rustwasm/gloo"
1111
categories = ["api-bindings", "asynchronous", "wasm"]
12-
rust-version = "1.64"
12+
rust-version = "1.67"
1313

1414
[dependencies]
1515
wasm-bindgen = "0.2"

crates/events/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/rustwasm/gloo/tree/master/crates/events"
1010
homepage = "https://github.com/rustwasm/gloo"
1111
categories = ["api-bindings", "asynchronous", "web-programming", "wasm"]
12-
rust-version = "1.64"
12+
rust-version = "1.67"
1313

1414
[dependencies]
1515
wasm-bindgen = "0.2"

crates/file/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/rustwasm/gloo/tree/master/crates/file"
1010
homepage = "https://github.com/rustwasm/gloo"
1111
categories = ["api-bindings", "asynchronous", "wasm"]
12-
rust-version = "1.64"
12+
rust-version = "1.67"
1313

1414
[package.metadata.docs.rs]
1515
features = ["futures"]

crates/history/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/rustwasm/gloo/tree/master/crates/history"
1010
homepage = "https://github.com/rustwasm/gloo"
1111
categories = ["api-bindings", "history", "wasm"]
12-
rust-version = "1.64"
12+
rust-version = "1.67"
1313

1414
[dependencies]
1515
gloo-utils = { version = "0.2.0", path = "../utils" }
@@ -20,7 +20,7 @@ serde_urlencoded = { version = "0.7", optional = true }
2020
thiserror = { version = "1.0", optional = true }
2121

2222
[target.'cfg(not(target_os = "wasi"))'.dependencies]
23-
wasm-bindgen = "0.2"
23+
wasm-bindgen = "^0.2.88"
2424

2525
[target.'cfg(not(target_os = "wasi"))'.dependencies.web-sys]
2626
version = "0.3"

crates/net/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "HTTP requests library for WASM Apps"
1212
readme = "README.md"
1313
keywords = ["requests", "http", "wasm", "websockets"]
1414
categories = ["wasm", "web-programming::http-client", "api-bindings"]
15-
rust-version = "1.64"
15+
rust-version = "1.67"
1616

1717
[package.metadata.docs.rs]
1818
all-features = true

crates/render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/rustwasm/gloo/tree/master/crates/storage"
1010
homepage = "https://github.com/rustwasm/gloo"
1111
categories = ["api-bindings", "storage", "wasm"]
12-
rust-version = "1.64"
12+
rust-version = "1.67"
1313

1414
[dependencies]
1515
wasm-bindgen = "0.2"

crates/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/rustwasm/gloo/tree/master/crates/storage"
1010
homepage = "https://github.com/rustwasm/gloo"
1111
categories = ["api-bindings", "storage", "wasm"]
12-
rust-version = "1.64"
12+
rust-version = "1.67"
1313

1414
[dependencies]
1515
wasm-bindgen = "0.2"

crates/timers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/rustwasm/gloo/tree/master/crates/timers"
1010
homepage = "https://github.com/rustwasm/gloo"
1111
categories = ["api-bindings", "asynchronous", "wasm"]
12-
rust-version = "1.64"
12+
rust-version = "1.67"
1313

1414
[package.metadata.docs.rs]
1515
features = ["futures"]

crates/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/rustwasm/gloo/tree/master/crates/utils"
1010
homepage = "https://github.com/rustwasm/gloo"
1111
categories = ["api-bindings", "wasm"]
12-
rust-version = "1.64"
12+
rust-version = "1.67"
1313

1414

1515
[dependencies]

crates/worker-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/rustwasm/gloo/tree/master/crates/worker"
99
homepage = "https://github.com/rustwasm/gloo"
1010
license = "MIT OR Apache-2.0"
1111
categories = ["api-bindings", "asynchronous", "wasm"]
12-
rust-version = "1.64"
12+
rust-version = "1.67"
1313

1414
[lib]
1515
proc-macro = true

crates/worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/rustwasm/gloo/tree/master/crates/worker"
99
homepage = "https://github.com/rustwasm/gloo"
1010
license = "MIT OR Apache-2.0"
1111
categories = ["api-bindings", "asynchronous", "wasm"]
12-
rust-version = "1.64"
12+
rust-version = "1.67"
1313

1414
[package.metadata.docs.rs]
1515
all-features = true

examples/clock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Rust and WebAssembly Working Group"]
55
edition = "2021"
66
publish = false
7-
rust-version = "1.64"
7+
rust-version = "1.67"
88

99
[lib]
1010
crate-type = ["cdylib"]

examples/history-wasi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Rust and WebAssembly Working Group"]
55
edition = "2021"
66
publish = false
7-
rust-version = "1.64"
7+
rust-version = "1.67"
88

99
[dependencies]
1010
gloo = { path = "../..", default-features = false, features = ["history"] }

examples/markdown/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Rust and WebAssembly Working Group"]
55
edition = "2021"
66
publish = false
7-
rust-version = "1.64"
7+
rust-version = "1.67"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

examples/prime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "example-prime"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.64"
5+
rust-version = "1.67"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

0 commit comments

Comments
 (0)