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.
opentalk-types-api-v1, opentalk-types-signaling-subroom-audio, opentalk-types-signaling, opentalk-types-signaling-control, opentalk-types-signaling-moderation, opentalk-types-signaling-recording-service, opentalk-types-signaling-timer, opentalk-types-signaling-chat, opentalk-types-signaling-polls, opentalk-types-signaling-breakout, opentalk-types-signaling-livekit, opentalk-types-signaling-meeting-notes
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2025-03-02
This check is experimental.
opentalk-types-api-v1
Dependency http 0.2 is outdated
Consider upgrading to 1.2.0 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Imprecise dependency requirement actix-web = 4
Cargo does not always pick latest versions of dependencies! Specify the version as
actix-web = "4.9.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]
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.
Missing keywords
Help users find your crates. Add
keywords = ["open-talk", "data", "types", "api"]
(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.
opentalk-types-api-v1, opentalk-types-signaling-subroom-audio, opentalk-types-signaling, opentalk-types-signaling-control, opentalk-types-signaling-moderation, opentalk-types-signaling-recording-service, opentalk-types-signaling-timer, opentalk-types-signaling-chat, opentalk-types-signaling-polls, opentalk-types-signaling-breakout, opentalk-types-signaling-livekit, opentalk-types-signaling-meeting-notes
Could not fetch repository
We've had trouble cloning git repo from
https://gitlab\.opencode\.de/opentalk/libs/opentalk\-types
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
opentalk-types-api-v1, opentalk-types-signaling-subroom-audio, opentalk-mail-worker-protocol, opentalk-types-signaling, opentalk-types-signaling-control, opentalk-types-signaling-moderation, opentalk-types-signaling-recording-service, opentalk-types-signaling-timer, opentalk-types-signaling-chat, opentalk-types-signaling-polls, opentalk-types-signaling-breakout, opentalk-types-signaling-livekit, opentalk-types-signaling-meeting-notes
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
opentalk-version
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-12-21
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Imprecise dependency requirement anyhow = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.97"
. 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.This crate does not bump semver-minor when adding new features, so to be safe you get all the features/APIs/fixes that your crate depends on, require a more specific patch version.
Missing keywords
Help users find your crates. Add
keywords = ["build", "information", "collect", "set", "printing"]
(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.
opentalk-client-shared
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2025-01-19
Dependency derive_more 1.0 is outdated
Upgrade to 2.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement bytes = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytes = "1.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-client"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["open-talk", "client", "traits"]
(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.
opentalk-keycloak-admin
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-10-13
Dependency openidconnect 3 is outdated
Consider upgrading to 4.0.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["keycloak", "open-talk", "api-client", "admin", "keycloak-admin"]
(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.
opentalk-types-signaling-whiteboard, opentalk-types-signaling-meeting-report, opentalk-types-signaling-shared-folder, opentalk-types-signaling-recording, opentalk-types-common, opentalk-types
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2025-03-02
opentalk-kustos-prefix
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2025-02-02
Missing keywords
Help users find your crates. Add
keywords = ["prefix", "macro", "kustos"]
(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.
kustos-shared
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2025-02-16
Imprecise dependency requirement http = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
http = "1.2.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 = ["network-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["shared", "kustos", "types"]
(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.
opentalk-mail-worker-protocol
Could not fetch repository
We've had trouble cloning git repo from
https://gitlab\.opencode\.de/opentalk/smtp\-mailer
Imprecise dependency requirement utoipa = 5
Cargo does not always pick latest versions of dependencies! Specify the version as
utoipa = "5.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 = ["email"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["open-talk", "protocols", "email", "controller", "task"]
(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.
opentalk-controller-settings
Dependency opentalk-types-common 0.28.2 is significantly outdated
Upgrade to 0.32.0 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 config 0.14 is outdated
Upgrade to 0.15.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency openidconnect 3 is outdated
Consider upgrading to 4.0.0 to get all the fixes and improvements.
Imprecise dependency requirement arc-swap = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
arc-swap = "1.7.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 = ["config"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["opentalk", "settings", "config-file", "applications", "environment"]
(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.
opentalk-types-signaling-subroom-audio, opentalk-types-signaling, opentalk-types-signaling-control, opentalk-types-signaling-moderation, opentalk-types-signaling-recording-service, opentalk-types-signaling-timer, opentalk-types-signaling-chat, opentalk-types-signaling-polls, opentalk-types-signaling-breakout, opentalk-types-signaling-livekit, opentalk-types-signaling-meeting-notes
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.218"
. 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.
opentalk-database
Dependency opentelemetry 0.24 is significantly outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement diesel = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
diesel = "2.2.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 = ["database"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["open-talk", "database", "connection", "interface"]
(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.
opentalk-types-signaling-whiteboard, opentalk-types-signaling-meeting-report, opentalk-types-signaling-shared-folder, opentalk-types-signaling-recording, opentalk-types-common, opentalk-types
Could not fetch repository
We've had trouble cloning git repo from
https://gitlab\.opencode\.de/opentalk/libs/opentalk\-types
opentalk-types-signaling-whiteboard, opentalk-types-signaling-meeting-report, opentalk-types-signaling-shared-folder, opentalk-types-signaling-recording, opentalk-keycloak-admin, opentalk-cache
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.218"
. 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.
opentalk-types-signaling-whiteboard, opentalk-types-signaling-meeting-report, opentalk-types-signaling-shared-folder, opentalk-types-signaling-recording, opentalk-types-common, opentalk-database, opentalk-controller-settings, opentalk-cache, opentalk-types
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
opentalk-types-signaling-subroom-audio
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::audio"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["signaling", "module", "open-talk", "types", "subroom-audio"]
(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.
opentalk-database, opentalk-controller-settings, opentalk-cache
Could not fetch repository
We've had trouble cloning git repo from
https://gitlab\.opencode\.de/opentalk/controller
opentalk-types-signaling
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 = ["open-talk", "signaling", "types", "data", "traits"]
(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.
opentalk-types-signaling-control
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["open-talk", "signaling", "control", "module", "types"]
(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.
opentalk-types-common
Imprecise dependency requirement url = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
url = "2.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.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 = ["open-talk", "traits", "api"]
(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.
opentalk-types-signaling-chat
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 = ["chat", "signaling", "module", "open-talk", "types"]
(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.
opentalk-types-signaling-livekit
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["authentication"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["livekit", "signaling", "module", "open-talk", "type"]
(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.
opentalk-types-signaling-meeting-notes
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["signaling", "module", "open-talk", "meeting-notes", "type"]
(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.
opentalk-types-signaling-whiteboard
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["signaling", "module", "open-talk", "whiteboard", "type"]
(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.
opentalk-types-signaling-meeting-report
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["signaling", "module", "open-talk", "meeting-report", "type"]
(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.
opentalk-cache
Dependency redis 0.27 is outdated
Upgrade to 0.29.1 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 = ["caching"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["redis", "cache", "open-talk", "memory", "local"]
(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.
opentalk-types-signaling-moderation, opentalk-types-signaling-recording-service, opentalk-types-signaling-timer, opentalk-types-signaling-polls, opentalk-types-signaling-breakout
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.
opentalk-types-signaling-moderation
Missing keywords
Help users find your crates. Add
keywords = ["signaling", "module", "open-talk", "moderation", "types"]
(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.
opentalk-types-signaling-recording-service
Missing keywords
Help users find your crates. Add
keywords = ["signaling", "module", "open-talk", "recording-service", "type"]
(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.
opentalk-types-signaling-timer
Missing keywords
Help users find your crates. Add
keywords = ["timer", "signaling", "module", "open-talk", "type"]
(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.
opentalk-types-signaling-polls
Missing keywords
Help users find your crates. Add
keywords = ["polls", "signaling", "module", "open-talk", "type"]
(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.
opentalk-types-signaling-breakout
Missing keywords
Help users find your crates. Add
keywords = ["breakout", "signaling", "module", "open-talk", "types"]
(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.
opentalk-types-signaling-shared-folder
Missing keywords
Help users find your crates. Add
keywords = ["signaling", "module", "open-talk", "type", "shared-folder"]
(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.
opentalk-types-signaling-shared-folder, opentalk-types-signaling-recording, opentalk-kustos-prefix
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.
opentalk-types-signaling-recording
Missing keywords
Help users find your crates. Add
keywords = ["recording", "signaling", "module", "open-talk", "types"]
(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.
opentalk-types
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 = ["open-talk", "signaling", "traits", "protocols", "api"]
(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.
opentalk-kustos-prefix-impl
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2025-02-02
Imprecise dependency requirement proc-macro-crate = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
proc-macro-crate = "3.2.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 some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.