Skip to content

Commit b4a797c

Browse files
committed
chore: lower tempfile version requirement to 3 for compatibility
1 parent 8cc2951 commit b4a797c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ env_logger = { version = "0.11" }
6262
futures = { version = "0.3" }
6363
log = { version = "0.4" }
6464
parking_lot = { version = "0.12" }
65-
tempfile = { version = "3.26" }
65+
tempfile = { version = "3" }
6666
dashmap = { version = "6.1" }
6767
async-trait = { version = "0.1" }
6868
serde = { version = "1.0" }

0 commit comments

Comments
 (0)