Skip to content

Commit

Permalink
Remove dependency on deprecated version of upstream package
Browse files Browse the repository at this point in the history
  • Loading branch information
arennow committed Aug 25, 2023
1 parent aa1e6b3 commit 1f9ad56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 127 deletions.
126 changes: 0 additions & 126 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ edition = "2021"
ureq = "2"
thiserror = "1"
rss = "2"
chrono = { version = "0.4.19", features = ["serde"] }
chrono = { version = "0.4.19", default-features = false, features = [ # Disabling default features removes the dependency on the deprecated version of the `time` library
"std",
"serde",
] }
structopt = "0.3.22"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 1f9ad56

Please sign in to comment.