Skip to content

Commit

Permalink
update dependencies, release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joksas committed Apr 25, 2024
1 parent 2264bd9 commit 195a2ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ license = "MIT OR Apache-2.0"
name = "badpod"
readme = "README.md"
repository = "https://github.com/rssblue/badpod"
version = "0.8.2"
version = "0.8.3"

[dependencies]
chrono = "0.4.33"
regex = "1.10.3"
chrono = "0.4.38"
regex = "1.10.4"
roxmltree = "0.19.0"
strum = "0.26.0"
strum_macros = "0.26.1"
time = { version = "0.3.34" }
strum = "0.26.2"
strum_macros = "0.26.2"
time = { version = "0.3.36" }
url = "2.5.0"

[dev-dependencies]
log = "0.4.20"
log = "0.4.21"
pretty_assertions = "1.4.0"
reqwest = { version = "0.11.24", features = ["blocking"] }
reqwest = { version = "0.12.4", features = ["blocking"] }

[lib]
doctest = false
5 changes: 5 additions & 0 deletions tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,11 @@ fn no_error() {
url: "https://lexfridman.com/feed/podcast/",
title: "Lex Fridman Podcast",
},
// Podcasting 2.0
Test {
url: "https://feeds.podcastindex.org/pc20.xml",
title: "Podcasting 2.0",
},
];

for test in tests {
Expand Down

0 comments on commit 195a2ad

Please sign in to comment.