Skip to content

Commit 361b19e

Browse files
chore(cargo): bump tempfile from 3.8.1 to 3.9.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.9.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.8.1...v3.9.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcf6ffe commit 361b19e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

deltachat-jsonrpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deltachat = { path = ".." }
1717
num-traits = "0.2"
1818
schemars = "0.8.13"
1919
serde = { version = "1.0", features = ["derive"] }
20-
tempfile = "3.8.0"
20+
tempfile = "3.9.0"
2121
log = "0.4"
2222
async-channel = { version = "2.0.0" }
2323
futures = { version = "0.3.28" }

0 commit comments

Comments
 (0)