Skip to content

Commit

Permalink
build(deps): bump tempfile from 3.4.0 to 3.10.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent cdf3931 commit 485c2d0
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 30 deletions.
144 changes: 116 additions & 28 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.10"
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.10"
tink-aead = "^0.2"
tink-awskms = "^0.2"
tink-daead = "^0.2"
Expand Down

0 comments on commit 485c2d0

Please sign in to comment.