Skip to content

Commit

Permalink
Bump tempfile from 3.8.0 to 3.8.1 (#330)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brett Cannon <[email protected]>
  • Loading branch information
dependabot[bot] and brettcannon authored Oct 31, 2023
1 parent c798852 commit 518c933
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- uses: actions-rs/toolchain@v1
with:
Expand Down
30 changes: 15 additions & 15 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ assert_cmd = "2.0.12"
criterion = "0.5.1"
predicates = "3.0.4"
serial_test = "2.0.0"
tempfile = "3.8.0"
tempfile = "3.8.1"
test-case = "3.2.1"

[profile.dev]
Expand Down

0 comments on commit 518c933

Please sign in to comment.