Skip to content

Commit

Permalink
Remove direct rustc-serialize dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 5, 2022
1 parent 176b857 commit 1af9dfa
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion imageflow_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ chrono = "0.4"
serde = "1"
serde_json = "1"
serde_derive = "1"
rustc-serialize = "0.3"

#lazy static
lazy_static = "1"
Expand Down
2 changes: 1 addition & 1 deletion imageflow_helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chrono = "0.4"
serde = "*"
serde_json = "*"
serde_derive = "*"
rustc-serialize = "*"


#lazy static
lazy_static = "1"
Expand Down
1 change: 0 additions & 1 deletion imageflow_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ chrono = "0.4"
serde = "1"
serde_json = "1"
serde_derive = "1"
rustc-serialize = "*"
base64 = "0.13"

#lazy static
Expand Down
1 change: 0 additions & 1 deletion imageflow_tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ imageflow_types = { path = "../imageflow_types", version = "*" }
libc = "0.2"
clap = "3"
time = "0.3"
rustc-serialize = "*"
threadpool = "1"
serde = "1"
serde_json = "1"
Expand Down

0 comments on commit 1af9dfa

Please sign in to comment.