Skip to content

Commit 1ba7694

Browse files
Bump pollster from 0.3.0 to 0.4.0
Bumps [pollster](https://github.com/zesterer/pollster) from 0.3.0 to 0.4.0. - [Changelog](https://github.com/zesterer/pollster/blob/master/CHANGELOG.md) - [Commits](https://github.com/zesterer/pollster/commits) --- updated-dependencies: - dependency-name: pollster dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d38cce3 commit 1ba7694

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

crates/lambda-rs-platform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ naga = { version = "=26.0.0", optional = true, default-features = false, feature
1717
rand = "=0.8.5"
1818
obj-rs = "=0.7.0"
1919
wgpu = { version = "=26.0.1", optional = true, features = ["wgsl", "spirv"] }
20-
pollster = { version = "=0.3.0", optional = true }
20+
pollster = { version = "=0.4.0", optional = true }
2121
lambda-rs-logging = { path = "../lambda-rs-logging", version = "2023.1.30" }
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)