Skip to content

Commit f5ac26c

Browse files
committed
Bump tempfile to 3.23
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent d77f7d9 commit f5ac26c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -52,7 +52,7 @@ nostr-relay-pool = { version = "0.43", path = "./crates/nostr-relay-pool", defau
5252
reqwest = { version = "0.12", default-features = false }
5353
serde = { version = "1.0", default-features = false }
5454
serde_json = { version = "1.0", default-features = false }
55-
tempfile = "3.20"
55+
tempfile = "3.23"
5656
tokio = { version = ">=1.37", default-features = false }
5757
tracing = { version = "0.1", default-features = false }
5858
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)