Skip to content

Commit

Permalink
Bump scopeguard from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [scopeguard](https://github.com/bluss/scopeguard) from 1.1.0 to 1.2.0.
- [Commits](bluss/scopeguard@v1.1.0...v1.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dp1 committed Oct 30, 2023
1 parent 126c559 commit ee7512c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -74,7 +74,7 @@ itertools = "0.11"
# Iterate recursively the files in a directory (used for `task-maker-tools reset`)
walkdir = "2.4"
# defer! macro
scopeguard = "1.0"
scopeguard = "1.2"
# URL parsing for connecting to a remote server
url = "2.4"
# Temporary directory for sandboxes
Expand Down

0 comments on commit ee7512c

Please sign in to comment.