Issues found
Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.
sentry
Dependency embedded-svc 0.27.1 is significantly outdated
Upgrade to 0.28.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency isahc 0.9.14 is significantly outdated
Upgrade to 1.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Dependency esp-idf-svc 0.48.1 is outdated
Upgrade to 0.51.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ureq 2.10.1 is a bit outdated
Consider upgrading to 3.0.10 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 35 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-08
This check is experimental.
- warning: The crates.io package has no commit hash associated with it.
Missing keywords
Help users find your crates. Add
keywords = ["sentry", "sentry-integration", "anyhow", "logging", "transport"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Optional dependency 'webpki-roots' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'webpki-roots', 'sentry-log', 'tokio', 'sentry-tower', 'isahc', 'sentry-slog', 'http-client', 'sentry-panic', 'sentry-backtrace', 'sentry-tracing', 'sentry-debug-images', 'sentry-anyhow', 'sentry-contexts', 'httpdate' may have been unintentional.
symbolic-demangle, sentry-core, symbolic-common, sentry, symbolic, sourcemap, sentry-kafka-schemas, sentry-tracing, statsdproxy, symbolic-debuginfo, watto, symbolic-cfi, sentry-contexts, debugid, sentry-panic, sentry_arroyo, symbolic-il2cpp, symbolic-unreal, sentry-debug-images, sentry-backtrace, sentry-tower, js-source-scopes
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
sentry-core
Dependency rand 0.8.1 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 26 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry-core/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-08
- warning: The crates.io package has no commit hash associated with it.
Missing keywords
Help users find your crates. Add
keywords = ["sentry", "monitoring", "sentry-core"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Optional dependency 'rand' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'rand' may have been unintentional.
symbolic-demangle
Dependency msvc-demangler 0.10.0 is outdated
Upgrade to 0.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["symbolic", "symbolication", "demangle", "name", "detect"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Optional dependency 'cpp_demangle' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'cpp_demangle', 'msvc-demangler', 'cc', 'rustc-demangle' may have been unintentional.
symbolic-demangle, sentry-core, symbolic-common, sentry, symbolic, sentry-tracing, symbolic-debuginfo, symbolic-cfi, debugid, pdb, sentry-panic, symbolic-il2cpp, sentry-backtrace
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::debugging"]
to theCargo.toml
.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
sentry-core, sentry-debug-images, sentry-backtrace
Imprecise dependency requirement once_cell = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
once_cell = "1.21.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versions
Cargo option, because it's very easy to accidentally use a feature added in a later version.
symbolic-common
Missing keywords
Help users find your crates. Add
keywords = ["symbolication", "symbolic-common", "symbolic", "tag-production"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
sentry-kafka-schemas
Dependency jsonschema 0.18.1 is significantly outdated
Upgrade to 0.29.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_yaml 0.9 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency typify 0.0.16 is significantly outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()
flags just for docs.rs and use them to hide problematic code.Dependency thiserror 1.0.49 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 229 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/getsentry/sentry-kafka-schemas.git
tagged1.1.7
(85e3481c61dadd5d7ad5de790f91f69acf1f6f6f).Checked on 2025-04-08
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["sentry", "kafka", "schema", "topic"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Optional dependency 'schemars' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'schemars', 'sentry_protos', 'syn', 'prettyplease', 'prost', 'typify' may have been unintentional.
symbolic-debuginfo
Dependency goblin 0.8.0 is significantly outdated
Upgrade to 0.9.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmparser 0.214.0 is significantly outdated
Upgrade to 0.228.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nom 7.1.3 is a bit outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Dependency pdb-addr2line 0.10.4 is outdated
Consider upgrading to 0.11.2 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["debug-information", "debugging", "symbolication"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Optional dependency 'scroll' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'scroll', 'pdb-addr2line', 'nom-supreme', 'lazy_static', 'zstd', 'elsa', 'gimli', 'nom', 'zip', 'wasmparser', 'serde_json', 'smallvec', 'symbolic-ppdb', 'once_cell', 'regex', 'parking_lot', 'flate2', 'elementtree', 'goblin' may have been unintentional.
sourcemap
Dependency base64-simd 0.7 is outdated
Upgrade to 0.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustc-hash 1.1.0 is a bit outdated
Consider upgrading to 2.1.0 to get all the fixes and improvements.
Dependency rustc_version 0.2.3 is outdated
Upgrade to 0.4.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency scroll 0.10.1 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Partially verified 23 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/getsentry/rust-sourcemap.git
tagged9.1.2
(533f5d04cb6f6d34e18fe16491d654001212412b).Checked on 2024-12-01
- warning: The crates.io package has no commit hash associated with it.
Imprecise dependency requirement unicode-id-start = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
unicode-id-start = "1.3.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.Optional dependency 'scroll' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'scroll' may have been unintentional.
sentry-panic
Failed to verify create's content against its repository
Partially verified 6 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry-panic/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-08
- warning: The crates.io package has no commit hash associated with it.
Missing keywords
Help users find your crates. Add
keywords = ["sentry", "panic", "sentry-panic", "tag-production", "config"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
statsdproxy
Dependency serde_yaml 0.9 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 27 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Fetched
https://github.com/getsentry/statsdproxy.git
tagged0.3.0
(183edbbf2d4713983a6137a1d561db8ecad9d6a6).Checked on 2025-04-08
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming", "development-tools::debugging"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["statsd", "statsd-metrics", "dogstatsd", "name"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
sentry_arroyo
Dependency sentry 0.32.0 is significantly outdated
Upgrade to 0.37.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 167 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/getsentry/arroyo.git
tagged2.21.0
(3e415f7646ae75b8083c715d67670f50bc02b093).Checked on 2025-04-09
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["concurrency"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["kafka", "stream-processing", "arroyo", "streaming", "testing"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
sentry-anyhow
Failed to verify create's content against its repository
Partially verified 6 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry-anyhow/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-06
- warning: The crates.io package has no commit hash associated with it.
Missing keywords
Help users find your crates. Add
keywords = ["anyhow", "sentry", "sentry-anyhow", "capture-anyhow", "error"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
sentry-debug-images
Locked dependency version findshlibs =0.10.2
This can easily cause a dependency resolution conflict. If you must work around a semver-breaking dependency that can't be yanked, use a range of versions or fork it.
Failed to verify create's content against its repository
Partially verified 8 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry-debug-images/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-08
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["config"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["sentry", "sentry-debug-images", "debugging", "tag-production", "config"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
symbolic-minidump
Dependency symbolic-common 8.8.0 is significantly outdated
Upgrade to 12.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Dependency symbolic-debuginfo 8.8.0 is outdated
Upgrade to 12.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.20 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["crash-reporting", "crash-dumps", "symbolication", "report", "minidump"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
js-source-scopes
Dependency swc_ecma_parser 10.0.1 is significantly outdated
Upgrade to 11.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Partially verified 44 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
does not match the repository.
Fetched
https://github.com/getsentry/js-source-scopes.git
tagged0.6.0
(f1b0f3e11832858cd9c3f00dfe65b706fca6be5d).Checked on 2025-03-30
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming", "algorithms"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["scope", "name", "offset"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
sentry-failure
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency failure 0.1.6 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency sentry-backtrace 0.21.0 is significantly outdated
Upgrade to 0.37.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sentry-core 0.21.0 is significantly outdated
Upgrade to 0.37.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["sentry", "failure", "sentry-failure", "err"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
anylog, pyo3-python-tracing-subscriber, json-forensics
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.
sentry_protos
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Dependency tonic 0.12.3 is outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic-build 0.12 is outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["bindings", "sentry", "service"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
symbolic-debuginfo, symbolic-cfi, symbolic-il2cpp, symbolic-unreal
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
symbolic
Missing keywords
Help users find your crates. Add
keywords = ["symbolication", "crash-reports", "crash-dumps", "pdb", "swift"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Optional dependency 'symbolic-ppdb' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'symbolic-ppdb', 'symbolic-sourcemapcache', 'symbolic-cfi', 'symbolic-il2cpp', 'symbolic-symcache', 'symbolic-debuginfo', 'symbolic-demangle', 'symbolic-unreal' may have been unintentional.
sentry-tower
Failed to verify create's content against its repository
Partially verified 8 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry-tower/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-06
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::debugging", "network-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["sentry", "tower-http", "sentry-tower", "hub"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Optional dependency 'axum' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'axum', 'url', 'pin-project' may have been unintentional.
watto
Failed to verify create's content against its repository
Partially verified 12 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Repository fetch error: Broken repo: protocol error, missing OIDs or HEAD.
- Ooops? If this shouldn't happen, file a bug https://gitlab.com/lib.rs/main
Fetched
https://github.com/getsentry/watto.git
tagged0.2.0
(39ccb9add289c1f23c89f40506f4a80b2f4011b9).Checked on 2024-11-24
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["pod", "watto", "data"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
symbolic-ppdb, symbolic-sourcemapcache, symbolic-symcache
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
symbolic-ppdb, symbolic-sourcemapcache, sentry-log, sentry-types, sentry-slog, proguard, sentry-anyhow, symbolic-symcache, sentry-actix, json-schema-diff, apple-crash-report-parser, sentry_protos, anylog, sentry-release-parser, symbolic-minidump, symbolic-sourcemap, symbolic-testutils, symbolic-proguard, pyo3-python-tracing-subscriber, sentry_usage_accountant, json-forensics, sentry-failure, sentry-error-chain
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
sentry-contexts
Failed to verify create's content against its repository
Partially verified 9 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry-contexts/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-08
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns", "development-tools::debugging"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["sentry", "context", "sentry-contexts", "tag-production"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
json-schema-diff
Dependency thiserror 1.0.40 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 128 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/getsentry/json-schema-diff.git
tagged0.1.7
(afb6949485e2ce8cb8a853397887e3759f9b7e43).Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["json-schema", "diff", "json-schema-diff", "cli", "breaking-changes"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Optional dependency 'anyhow' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'anyhow', 'clap' may have been unintentional.
sentry-types
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency thiserror 1.0.15 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 20 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry-types/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-08
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::debugging", "rust-patterns"]
to theCargo.toml
.
pdb
Dependency fallible-iterator 0.2.0 is outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency scroll 0.11.0 is outdated
Consider upgrading to 0.12.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["debug-information", "microsoft-pdb", "debugging"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
proguard
Dependency thiserror 1.0.61 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 33 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Fetched
https://github.com/getsentry/rust-proguard.git
tagged5.5.0
(d2cf7cfadb71182ae77f0d059d7c33c89b938536).Checked on 2025-04-09
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools"]
to theCargo.toml
.Optional dependency 'lazy_static' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'lazy_static' may have been unintentional.
sentry-tracing
Failed to verify create's content against its repository
Partially verified 12 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry-tracing/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-06
- warning: The crates.io package has no commit hash associated with it.
Missing keywords
Help users find your crates. Add
keywords = ["sentry", "spans", "sentry-tracing"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
sentry-actix
Failed to verify create's content against its repository
Partially verified 7 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry-actix/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-08
- warning: The crates.io package has no commit hash associated with it.
Imprecise dependency requirement actix-web = 4
Cargo does not always pick latest versions of dependencies! Specify the version as
actix-web = "4.10.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["sentry", "sentry-actix", "actix", "web-server", "hub"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
sentry-release-parser
Dependency semver 0.9.0 is outdated
Upgrade to 1.0.26 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Partially verified 36 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Fetched
https://github.com/getsentry/sentry-release-parser.git
tagged1.3.2
(4ae6f8b909b9ec709be226ae57b5d912e454c50f).Checked on 2024-08-10
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["parser", "name", "format", "tag-production", "names"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.62, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.Using the latest edition helps avoid old quirks of the compiler, and ensures Rust code has consistent syntax and behavior across all projects.
symbolic-sourcemapcache
Dependency itertools 0.13.0 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming", "caching"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["symbolication", "source-map", "mapping"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
symbolic-testutils
Latest stable release is old
It's been over 6 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
Missing keywords
Help users find your crates. Add
keywords = ["symbolication", "data", "symbolic-testutils", "crash-dumps", "pdb"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Published crate contains binary files
The crate contains binary files (DOS exe, ELF exe/lib, Mach-o exe). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
pyo3-python-tracing-subscriber
Dependency pyo3 0.22.3 is significantly outdated
Upgrade to 0.24.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tracing-serde 0.1 is significantly outdated
Upgrade to 0.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["tracing-subscriber", "python", "tracing"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
sentry-error-chain
Dependency error-chain 0.12.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency sentry-backtrace 0.21.0 is significantly outdated
Upgrade to 0.37.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sentry-core 0.21.0 is significantly outdated
Upgrade to 0.37.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["error-chain", "sentry", "sentry-error-chain"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
symbolic-symcache
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::debugging", "caching"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["symbolic", "symbolication", "lookup", "range", "location"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.Optional dependency 'symbolic-il2cpp' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'symbolic-il2cpp' may have been unintentional.
symbolic-unreal
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["game-development"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["symbolication", "symbolic-unreal", "root-directory"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
sentry-backtrace
Failed to verify create's content against its repository
Partially verified 11 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry-backtrace/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-08
- warning: The crates.io package has no commit hash associated with it.
Missing keywords
Help users find your crates. Add
keywords = ["sentry", "backtrace", "stack-trace"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
json-forensics
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
symbolic-proguard
Dependency symbolic-common 7.5.0 is significantly outdated
Upgrade to 12.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency proguard 4.0.1 is slightly outdated
Consider upgrading to 5.5.0 to get all the fixes and improvements.
symbolic-debuginfo, symbolic-cfi, symbolic-unreal
Dependency thiserror 1.0.39 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
sentry-log
Failed to verify create's content against its repository
Partially verified 8 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry-log/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-08
- warning: The crates.io package has no commit hash associated with it.
Missing keywords
Help users find your crates. Add
keywords = ["sentry", "logging", "breadcrumbs"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
symbolic-cfi
Missing keywords
Help users find your crates. Add
keywords = ["symbolication", "information", "symbolic-cfi"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
sentry-slog
Failed to verify create's content against its repository
Partially verified 8 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
sentry-slog/
. Fetchedhttps://github.com/getsentry/sentry-rust.git
tagged0.37.0
(7e6d8cbd5e3179bc10a42f37d6d1bf266e0113a0).Checked on 2025-04-06
- warning: The crates.io package has no commit hash associated with it.
Missing keywords
Help users find your crates. Add
keywords = ["sentry", "slog", "breadcrumbs", "sentry-drain"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
symbolic-il2cpp
Missing keywords
Help users find your crates. Add
keywords = ["symbolication", "mapping", "il2cpp"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
symbolic-ppdb, symbolic-sourcemapcache, symbolic-symcache
Dependency thiserror 1.0.39 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
symbolic-ppdb, sentry-log, sentry-slog, sentry-anyhow, symbolic-minidump, symbolic-testutils, symbolic-proguard, pyo3-python-tracing-subscriber, sentry_usage_accountant
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::debugging"]
to theCargo.toml
.
symbolic-ppdb
Missing keywords
Help users find your crates. Add
keywords = ["symbolication", "symbolic-ppdb", "symbolic", "tag-production", "file"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
symbolic-ppdb, symbolic-sourcemapcache, proguard, symbolic-symcache
Dependency watto 0.1.0 is slightly outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
symbolic-sourcemap
Dependency sourcemap 6.0.2 is outdated
Upgrade to 9.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming", "parser-implementations"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["source-map", "symbolication", "symbolic-sourcemap", "package", "source"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
apple-crash-report-parser
Failed to verify create's content against its repository
Partially verified 18 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
Fetched
https://github.com/getsentry/apple-crash-report-parser.git
tagged0.5.1
(6c2476fa7850c5ecf3635844560977966eb31dd0).Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
anylog
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]
to theCargo.toml
.
symbolic-minidump, symbolic-sourcemap, symbolic-testutils, symbolic-proguard
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
utf16string
Imprecise dependency requirement byteorder = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
byteorder = "1.5.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.
utf16string, symbolic-proguard, sentry-failure, sentry-error-chain
Latest stable release is old
It's been over 4 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).If the crate is truly stable, why not make a 1.0.0 release?
sentry_usage_accountant
Dependency rdkafka >=0.29.0, <0.37.0 is outdated
Upgrade to 0.37.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["sentry", "accountant", "sentry-usage-accountant"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.