Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzwang committed Nov 22, 2024
1 parent 6e2eaa7 commit dd0b28f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions src/common/io-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
[dependencies]
aws-credential-types = {version = "0.55.3"}
chrono = {workspace = true}
common-error = {path = "../error", default-features = false}
common-py-serde = {path = "../py-serde", default-features = false}
derive_more = {workspace = true}
pyo3 = {workspace = true, optional = true}
secrecy = {version = "0.8.0", features = ["alloc"], default-features = false}
serde = {workspace = true}
serde_json = {workspace = true}
typetag = {workspace = true}

[features]
python = ["dep:pyo3", "common-error/python", "common-py-serde/python"]
python = ["dep:pyo3", "common-py-serde/python"]

[lints]
workspace = true
Expand Down

0 comments on commit dd0b28f

Please sign in to comment.