Skip to content

Commit

Permalink
Bump dyn-clone from 1.0.12 to 1.0.13
Browse files Browse the repository at this point in the history
Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone) from 1.0.12 to 1.0.13.
- [Release notes](https://github.com/dtolnay/dyn-clone/releases)
- [Commits](dtolnay/dyn-clone@1.0.12...1.0.13)

---
updated-dependencies:
- dependency-name: dyn-clone
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 6, 2023
1 parent 4db95ce commit 3ab6907
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 @@ -12,7 +12,7 @@ actix-web = { version = "4.3.1" }
async-trait = { version = "0.1.72" }
clap = { version = "4.4.2", features = ["cargo", "derive", "env"] }
derive_more = { version = "0.99.0" }
dyn-clone = { version = "1.0.12" }
dyn-clone = { version = "1.0.13" }
env_logger = { version = "0.10.0" }
fernet = { version = "0.2.1" }
lettre = { version = "0.10.4", features = ["tokio1-native-tls"] }
Expand Down

0 comments on commit 3ab6907

Please sign in to comment.