Skip to content

Commit 1b43a74

Browse files
authored
chore: relax tempfile bound (#1627)
* chore: relax tempfile bound to 3.15.x * remove version bounds
1 parent 2ec0f4d commit 1b43a74

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

Cargo.lock

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

sdk/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ serde-transcode = "1.1.1"
176176
sha1 = "0.10.6"
177177
spki = { version = "0.7.3", optional = true }
178178
static-iref = "3.0"
179-
tempfile = "=3.15.0"
179+
tempfile = "3.23.0"
180180
thiserror = "2.0.17"
181181
url = "2.5.3"
182182
uuid = { version = "1.18.0", features = ["serde", "v4"] }
@@ -236,9 +236,6 @@ pkcs1 = "0.7.5"
236236
rsa = { version = "0.9.6", features = ["sha2"] }
237237
spki = "0.7.3"
238238

239-
[target.'cfg(target_env = "p2")'.dependencies]
240-
tempfile = { version = "3.15", features = ["nightly"] }
241-
242239
[target.'cfg(any(target_os = "wasi", not(target_arch = "wasm32")))'.dependencies]
243240
image = { version = "0.25.6", default-features = false, features = [
244241
# TODO: eventually define feature flags for the asset handlers and match them

0 commit comments

Comments
 (0)