Skip to content

Commit

Permalink
Update MSRV and dependencies
Browse files Browse the repository at this point in the history
Updates MSRV to 1.77.2 and dependencies.
  • Loading branch information
markpritchard committed Apr 25, 2024
1 parent 7adb8c0 commit 095854d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# Test stable + version used in freedesktop sdk - tracks https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/blob/master/elements/components/rust.bst#L134
rust: [stable, 1.75.0]
# Test stable + version used in freedesktop sdk - tracks https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/blob/master/elements/components/rust.bst#L125
rust: [stable, 1.77.2]
experimental: [false]

# also test on beta + nightly for advance warning of breakage
Expand Down
12 changes: 6 additions & 6 deletions feed-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ readme = "README.md"
travis-ci = { repository = "feed-rs/feed-rs", branch = "master" }

[dependencies]
chrono = { version = "0.4.31", default-features = false }
chrono = { version = "0.4.38", default-features = false }
mime = "0.3.17"
quick-xml = { version = "0.31.0", features = ["encoding"] }
regex = "1.10.2"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
siphasher = "1.0.0"
regex = "1.10.4"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
siphasher = "1.0.1"
url = "2.5.0"
uuid = { version = "1.6.1", features = ["v4"] }
uuid = { version = "1.8.0", features = ["v4"] }

0 comments on commit 095854d

Please sign in to comment.