Skip to content

Commit 1fd67cd

Browse files
renovate[bot]shssoichiro
authored andcommitted
Update all non-major dependencies
1 parent a204c26 commit 1fd67cd

File tree

2 files changed

+21
-32
lines changed

2 files changed

+21
-32
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ features = ["png"]
131131

132132
[build-dependencies]
133133
cc = { version = "1.0", optional = true, features = ["parallel"] }
134-
built = { version = "0.7.7", features = [] }
134+
built = { version = "0.8.0", features = [] }
135135

136136
[build-dependencies.nasm-rs]
137137
version = "0.3"
@@ -152,11 +152,11 @@ semver = "1.0"
152152

153153
# Exclude dependencies and features that don't work on wasm32:
154154
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
155-
criterion = { version = "0.5", default-features = false }
155+
criterion = { version = "0.6", default-features = false }
156156

157157
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
158158
assert_cmd = "2.0"
159-
criterion = "0.5"
159+
criterion = "0.6"
160160

161161
[target.'cfg(fuzzing)'.dependencies]
162162
arbitrary = "1.3"

0 commit comments

Comments
 (0)