Skip to content

Commit

Permalink
remove dependency tracing with * (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderEnder authored Sep 28, 2024
1 parent 2a69e0c commit 6ac2b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 71 deletions.
70 changes: 1 addition & 69 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "s3find"
authors = ["Andrii Radyk <[email protected]>"]
version = "0.8.1"
version = "0.8.2"
description = """
A command line utility to walk an Amazon S3 hierarchy.
s3find is an analog of find for Amazon S3.
Expand Down Expand Up @@ -49,7 +49,6 @@ async-trait = "0.1"
aws-types = "1.3"
aws-config = "1.5.7"
aws-sdk-s3 = "1"
tracing-subscriber = "*"
aws-smithy-types = "1.2"

[dependencies.clap]
Expand Down

0 comments on commit 6ac2b79

Please sign in to comment.