Skip to content

Commit 6e86842

Browse files
build(deps): bump tempfile from 3.4.0 to 3.10.1
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.4.0 to 3.10.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.4.0...v3.10.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae46f31 commit 6e86842

File tree

3 files changed

+135
-47
lines changed

3 files changed

+135
-47
lines changed

Cargo.lock

+133-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/streaming/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ license = "Apache-2.0"
77
publish = false
88

99
[dependencies]
10-
tempfile = "^3.3"
10+
tempfile = "^3.10"
1111
tink-core = "^0.2"
1212
tink-streaming-aead = "^0.2"

tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ hex = "^0.4.3"
3333
lazy_static = "^1.4"
3434
maplit = "^1.0.2"
3535
num-bigint = "^0.4.4"
36-
tempfile = "^3.3"
36+
tempfile = "^3.10"
3737
tink-aead = "^0.2"
3838
tink-awskms = "^0.2"
3939
tink-daead = "^0.2"

0 commit comments

Comments
 (0)