Skip to content

Commit

Permalink
fix: Upgrade time crate to fix rust-lang/rust#125319 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Jun 12, 2024
1 parent 09cc874 commit 8c0095e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Install cargo-udeps
uses: taiki-e/cache-cargo-install-action@v1
with:
tool: cargo-udeps@0.1.45
tool: cargo-udeps@0.1.48

- name: Check for unused dependencies
run: cargo +nightly udeps --all-targets
Expand Down
9 changes: 5 additions & 4 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ tracing = "0.1"
unsigned-varint = "0.8"
void = "1"

# `time` is a dependency of a dependency but we need to specify it
# for fixing rust-lang/rust#125319.
time = { version = "0.3.36", default-features = false }

[dev-dependencies]
anyhow = "1.0"
clap = { version = "4.4", features = ["derive"] }
Expand Down

0 comments on commit 8c0095e

Please sign in to comment.