Skip to content

Commit

Permalink
build(deps): bump tempfile from 3.4.0 to 3.9.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.4.0 to 3.9.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.4.0...v3.9.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 09715d3 commit e3ff3af
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 48 deletions.
190 changes: 144 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/streaming/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ license = "Apache-2.0"
publish = false

[dependencies]
tempfile = "^3.3"
tempfile = "^3.9"
tink-core = "^0.2"
tink-streaming-aead = "^0.2"
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hex = "^0.4.3"
lazy_static = "^1.4"
maplit = "^1.0.2"
num-bigint = "^0.4.4"
tempfile = "^3.3"
tempfile = "^3.9"
tink-aead = "^0.2"
tink-awskms = "^0.2"
tink-daead = "^0.2"
Expand Down

0 comments on commit e3ff3af

Please sign in to comment.