File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project uses [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
6- ## Unreleased
6+ ## 0.4.0 - 2023-06-16
77
88### Added
99
Original file line number Diff line number Diff line change 11[package ]
22name = " async-tempfile"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44description = " Automatically deleted async I/O temporary files."
55documentation = " https://docs.rs/async-tempfile/latest/async_tempfile/"
66license = " MIT"
@@ -21,11 +21,11 @@ path = "tests/tests.rs"
2121required-features = [" uuid" ]
2222
2323[dependencies ]
24- tokio = { version = " 1.21 .2" , features = [" fs" ] }
25- uuid = { version = " 1.2.1 " , features = [" v4" ], optional = true }
24+ tokio = { version = " 1.28 .2" , features = [" fs" ] }
25+ uuid = { version = " 1.3.4 " , features = [" v4" ], optional = true }
2626
2727[dev-dependencies ]
28- tokio = { version = " 1.21 .2" , features = [" rt-multi-thread" , " macros" ] }
28+ tokio = { version = " 1.28 .2" , features = [" rt-multi-thread" , " macros" ] }
2929tokio-test = " 0.4.2"
3030
3131[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments