Skip to content

Commit

Permalink
Do not check for outdated dependencies in archived packages
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 18, 2023
1 parent 83deec8 commit e6c3ba1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ fn unmaintained() -> Result<bool> {
repo_age: RepoStatus::Archived(url),
outdated_deps: Vec::new(),
});
continue;
}
}

Expand Down
4 changes: 0 additions & 4 deletions tests/cases/taplo.with_token.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ taplo-common (no repository)
itertools (requirement: ^0.10.3, version used: 0.10.5, latest: [..])
json_value_merge (requirement: ^1.1.2, version used: 1.1.2, latest: [..])
lru (requirement: ^0.7.2, version used: 0.7.8, latest: [..])
toml (https://github.com/alexcrichton/toml-rs updated [..] days ago)
indexmap (requirement: ^1.0, version used: 1.9.1, latest: [..])
hex (https://github.com/KokaKiwi/rust-hex updated [..] days ago)
criterion (requirement: ^0.3, version used: 0.3.6, latest: [..])
tinytemplate (https://github.com/bheisler/TinyTemplate updated [..] days ago)
Expand All @@ -18,8 +16,6 @@ proc-macro-error (https://gitlab.com/CreepySkeleton/proc-macro-error updated [..
syn (requirement: ^1, version used: 1.0.103, latest: [..])
atty (https://github.com/softprops/atty updated [..] days ago)
hermit-abi (requirement: ^0.1.6, version used: 0.1.19, latest: [..])
serde_cbor (https://github.com/pyfisch/cbor updated [..] days ago)
half (requirement: ^1.2.0, version used: 1.8.2, latest: [..])
adler (https://github.com/jonas-schievink/adler.git updated [..] days ago)
criterion (requirement: ^0.3.2, version used: 0.3.6, latest: [..])
matchers (https://github.com/hawkw/matchers updated [..] days ago)
Expand Down

0 comments on commit e6c3ba1

Please sign in to comment.