Redirect Deno dependencies from semantic versions to the newest fitting version on deno.land/x

Overview

Deno Semver Redirect

Rust Docker Hub Image

Redirect Deno dependencies from semantic versions to the newest fitting version on deno.land/x. See also this Deno Issue.

How to use

Just change the import URL in your Deno Sources:

-import { Bot } from 'https://deno.land/x/[email protected]/mod.ts'
+import { Bot } from 'https://dsr.edjopato.de/grammy/0.3/mod.ts'

Version Requirements

These are all possible as version requirements:

>=1.0.0
<1.3.0

1.2.3  := >=1.2.3 <1.3.0
1.2    := >=1.2.0 <1.3.0
1      := >=1.0.0 <2.0.0

~1.2.3 := >=1.2.3 <1.3.0
~1.2   := >=1.2.0 <1.3.0
~1     := >=1.0.0 <2.0.0

^1.2.3 := >=1.2.3 <2.0.0
^0.2.3 := >=0.2.3 <0.3.0
^0.0.3 := >=0.0.3 <0.0.4
^0.0   := >=0.0.0 <0.1.0
^0     := >=0.0.0 <1.0.0

0.2.x  := >=0.2.0 <0.3.0
0.x    := >=0.0.0 <1.0.0

For the requested versions the semver crate is used. For more details check its documentation.

When the dependency you are using is prefixing its versions with v (like v1.2.3), the version requirement still has to be provided without the v. The redirect then will include the v prefix based on the package.

Comments
  • build(cargo): bump semver from 1.0.9 to 1.0.11

    build(cargo): bump semver from 1.0.9 to 1.0.11

    Bumps semver from 1.0.9 to 1.0.11.

    Release notes

    Sourced from semver's releases.

    1.0.11

    • Add serde Serialize and Deserialize impls for semver::Comparator (#282)

    1.0.10

    • Work around rustdoc issue affecting the Prerelease and BuildMetadata docs (#281)
    Commits
    • 7cccb4c Release 1.0.11
    • 90e295a Merge pull request #282 from dtolnay/sercomparator
    • d0b6c7e Serde impls for Comparator
    • ce0ab4d Use upstreamed docs.rs icon in docs.rs badge
    • 79e8f45 Release 1.0.10
    • 532f425 Merge pull request #281 from dtolnay/empty
    • b351c2b Work around rustdoc showing private internals of associated const
    • 7a3e8f7 Resolve get_first clippy lint
    • eed5a41 Check for outdated deps in fuzz target
    • 0eaad9d Check all crates in workspace for outdated deps
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(cargo): bump ureq from 2.2.0 to 2.3.0

    build(cargo): bump ureq from 2.2.0 to 2.3.0

    Bumps ureq from 2.2.0 to 2.3.0.

    Changelog

    Sourced from ureq's changelog.

    2.3.0

    • Upgarde to rustls 0.20 (#427).
    • Make test mocks of Response more accurate by removing newline (#423).
    • Redact sensitive headers when logging prelude (#414).
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(cargo): bump anyhow from 1.0.41 to 1.0.42

    build(cargo): bump anyhow from 1.0.41 to 1.0.42

    Bumps anyhow from 1.0.41 to 1.0.42.

    Release notes

    Sourced from anyhow's releases.

    1.0.42

    • Enable Android's automated tooling to pull in test coverage improvements
    Commits
    • ce33cac Release 1.0.42
    • 88f25d8 Resolve default_trait_access clippy lint in PR 158
    • f01f908 Merge pull request #158 from BramBonne/chain-tests
    • e9e706c Merge pull request 159 from BramBonne/error-coverage
    • 6632b23 Ignore buggy nonstandard_macro_braces clippy lint
    • 02f10bf Increase error test coverage.
    • 6050c73 Increase Chain test coverage.
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(cargo): bump semver from 1.0.3 to 1.0.4

    build(cargo): bump semver from 1.0.3 to 1.0.4

    Bumps semver from 1.0.3 to 1.0.4.

    Release notes

    Sourced from semver's releases.

    1.0.4

    • Support padding specifier for displaying Version, such as {:<15} (#258)
    Commits
    • ea9ea80 Release 1.0.4
    • f39ca7e Merge pull request #258 from dtolnay/padding
    • b2d8468 Support padding in displaying Version
    • 9e3d648 Merge pull request #257 from dtolnay/display
    • e043c5e Avoid inheriting formatter flags for displaying Version
    • 9d801cf Avoid inheriting formatter flags in Error's Display
    • f7fb120 Merge pull request #254 from taiki-e/typo
    • 04ba984 Fix typo in BuildMetadata docs
    • 8fc2cfb Fix typo in identifier safety comment
    • b4fa625 Ignore semicolon_if_nothing_returned clippy false positives
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(cargo): bump serde from 1.0.126 to 1.0.127

    build(cargo): bump serde from 1.0.126 to 1.0.127

    Bumps serde from 1.0.126 to 1.0.127.

    Release notes

    Sourced from serde's releases.

    v1.0.127

    • Resolve warning in rustc nightly-2021-07-31+ compiling serde_test
    Commits
    • e2f8568 Release 1.0.127
    • 8b840c3 Resolve semicolon_in_expressions_from_macros warning in serde_test
    • 9c39115 Ignore buggy nonstandard_macro_braces clippy lint
    • 89342af Merge pull request #2047 from jsoref/spelling
    • 3c5e2d1 spelling: implicitly
    • 3805c03 Merge pull request #2040 from dtolnay/test
    • 7045fee Fix outdated test instructions in CONTRIBUTING.md
    • 9d81532 Merge pull request #2039 from dtolnay/test
    • 5e47432 Update documented test command for the serde directory
    • 7b84089 Resolve needless_borrow clippy lints
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • build(cargo): bump serde_json from 1.0.64 to 1.0.66

    build(cargo): bump serde_json from 1.0.64 to 1.0.66

    Bumps serde_json from 1.0.64 to 1.0.66.

    Release notes

    Sourced from serde_json's releases.

    v1.0.66

    • Preserve exponent signifier and unary plus in exponent of arbitrary_precision numbers (#786, thanks @​ruifengx)

    v1.0.65

    • Documentation improvements
    Commits
    • 6346bb3 Release 1.0.66
    • 7780a67 Merge pull request #789 from serde-rs/orpattern
    • 53e6ce4 Restore compatiblity with older rustc after PR 786
    • c38fc65 Merge pull request #786 from ruifengx/master
    • c9193d4 Release 1.0.65
    • f205576 Merge pull request 788 from jplatte/doc-cfg
    • 6f15a0e Add doc(cfg(feature = "std")) attribute where appropriate
    • d8f70a3 Add CI job to ensure documentation can be built
    • e2978b6 Document unbounded_depth, raw_value feature-gated API via doc_cfg
    • 2152324 Make arbitrary_precision preserve the exact string representation
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • chore(cargo): bump semver from 0.11.0 to 1.0.1

    chore(cargo): bump semver from 0.11.0 to 1.0.1

    Bumps semver from 0.11.0 to 1.0.1.

    Commits
    • a03d376 Release 1.0.1
    • 108a378 Merge pull request #242 from dtolnay/fromiter
    • f8e3e8e Add FromIterator<Comparator> for VersionReq
    • c632004 Document some requirements of Comparator structure
    • 4b80b80 Merge pull request #241 from dtolnay/less
    • 5742fc2 Fix <I.J to not match I.J.0 prereleases
    • 35d918d Test prerelease behavior of Less partial comparison
    • cd33b80 Merge pull request #240 from dtolnay/node
    • 89e170d Add test_node_semver cfg for test suite to run against npm's impl
    • 9ace7a3 Ignore locally installed node modules
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies rust 
    opened by dependabot[bot] 1
  • build(cargo): bump semver from 1.0.9 to 1.0.12

    build(cargo): bump semver from 1.0.9 to 1.0.12

    Bumps semver from 1.0.9 to 1.0.12.

    Release notes

    Sourced from semver's releases.

    1.0.11

    • Add serde Serialize and Deserialize impls for semver::Comparator (#282)

    1.0.10

    • Work around rustdoc issue affecting the Prerelease and BuildMetadata docs (#281)
    Commits
    • fe7197e Release 1.0.12
    • 19eaf03 Merge pull request #286 from dtolnay/rustdoc
    • 195bba9 Only do rustdoc workaround for semver's own docs.rs build
    • f3b27cd Compile fuzz targets in CI
    • 833e427 Add a funding file
    • 8f20c6c Revert "Install precompiled xargo to speed up miri job"
    • c5922c4 Merge pull request #284 from dtolnay/powerpc
    • 9e5c971 Add miri on a 64-bit big endian target
    • 82be7d1 Merge pull request #283 from dtolnay/xargo
    • 4297980 Install precompiled xargo to speed up miri job
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • build(cargo): bump anyhow from 1.0.57 to 1.0.58

    build(cargo): bump anyhow from 1.0.57 to 1.0.58

    Bumps anyhow from 1.0.57 to 1.0.58.

    Release notes

    Sourced from anyhow's releases.

    1.0.58

    • Fix some broken links in documentation
    Commits
    • 8f950ac Release 1.0.58
    • bf23b3b Merge pull request #242 from MedzikUser/master
    • d8c2388 Use upstreamed docs.rs icon in docs.rs badge
    • db82639 Fix broken doc links to anyhow macro
    • 462212b Update docs.rs badge
    • ff37db3 Check all crates in workspace for outdated deps
    • 302acad Match components in CI to rust-toolchain.toml file
    • 26023f7 Run miri in stricter miri-strict-provenance mode
    • f450657 Drop unneeded quoting from env variable in workflows yaml
    • 09e4db3 Update workflows to actions/checkout@v3
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • build(cargo): bump async-std from 1.11.0 to 1.12.0

    build(cargo): bump async-std from 1.11.0 to 1.12.0

    Bumps async-std from 1.11.0 to 1.12.0.

    Release notes

    Sourced from async-std's releases.

    v1.12.0

    This release stabilizes some long-awaited APIs that help people build async interfaces and interoperate with other APIs.

    Added

    • task::spawn_blocking is now stabilized. We consider it a fundamental API for bridging between blocking code and async code, and we widely use it within async-std's own implementation.
    • Add TryFrom implementations to convert TcpListener, TcpStream, UdpSocket, UnixDatagram, UnixListener, and UnixStream to their synchronous equivalents, including putting them back into blocking mode.

    Changed

    • async-std no longer depends on num_cpus; it uses functionality in the standard library instead (via async-global-executor).
    • Miscellaneous documentation fixes and cleanups.
    Changelog

    Sourced from async-std's changelog.

    [1.12.0] - 2022-06-18

    Added

    • std::task::spawn_blocking is now stabilized. We consider it a fundamental API for bridging between blocking code and async code, and we widely use it within async-std's own implementation.
    • Add TryFrom implementations to convert TcpListener, TcpStream, UdpSocket, UnixDatagram, UnixListener, and UnixStream to their synchronous equivalents, including putting them back into blocking mode.

    Changed

    • async-std no longer depends on num_cpus; it uses functionality in the standard library instead (via async-global-executor).
    • Miscellaneous documentation fixes and cleanups.
    Commits
    • 1130279 Merge pull request #1027 from joshtriplett/twelve
    • 6856d50 Cargo.toml: Bump version to 1.12.0
    • df53df2 CHANGELOG.md: Changelog for 1.12.0
    • 27ed889 CHANGELOG.md: Fix typo
    • 2aa8a43 Merge pull request #1026 from joshtriplett/remove-old-test-script
    • 16b2796 Merge pull request #1025 from joshtriplett/unbors
    • 4534db5 Merge pull request #1024 from joshtriplett/remove-pre-std-future-docs
    • e287d62 Merge pull request #1022 from joshtriplett/rustfmt-stable
    • ca83050 Switch branch name to main
    • 422c3dd Remove wasm-test.sh (not invoked in CI)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • build(cargo): bump serde_json from 1.0.81 to 1.0.82

    build(cargo): bump serde_json from 1.0.81 to 1.0.82

    Bumps serde_json from 1.0.81 to 1.0.82.

    Release notes

    Sourced from serde_json's releases.

    v1.0.82

    • Implement From<Option<T>> for serde_json::Value where T: Into<Value> (#900, thanks @​kvnvelasco)
    Commits
    • f286714 Release 1.0.82
    • df704c2 Merge pull request #900 from kvnvelasco/implement_from_option_for_value
    • b87778b don't use experimental (in 1.36) Self:: access for enums
    • 1bf61e9 make Value be From<Option>
    • 3d17340 Bump oldest rustc for preserve_order feature to 1.56.1
    • dab5ed3 Merge pull request #895 from dtolnay/ref
    • 05e03ee Eliminate all use of ref keyword
    • 45f1c4a Resolve borrow_deref_ref clippy lint
    • de5c34b Resolve get_first clippy lint
    • 6b91c96 Check for outdated deps in fuzz target
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
Releases(v1.1.3)
Owner
EdJoPaTo
Full of cheese
EdJoPaTo
🚀Memory safe, blazing fast, configurable, minimal hello world written in rust(🚀) in a few lines of code with few(1092🚀) dependencies🚀

?? hello-world.rs ?? ?? Memory safe, blazing fast, minimal and configurable hello world project written in the rust( ?? ) programming language ?? ?? W

mTvare 2.7k Jan 7, 2023
Super-simple, fully Rust powered "memory" (doc store + semantic search) for LLM projects, semantic search, etc.

memex Super simple "memory" for LLM projects, semantic search, etc. Running the service Note that if you're running on Apple silicon (M1/M2/etc.), it'

Spyglass Search 15 Jun 19, 2023
Using flashbots to mint Otherside metaverse land safely with purchased KYC'd wallets.

Work in progress. Hardcoded to mint 2 lands for 610 APE and approves 100k ape for spending atm, will be updated. Building Install rust, https://rustup

cc 6 May 5, 2022
Verbump - A simple utility written in rust to bump and manage git semantic version tags.

Verbump - A simple utility written in rust to bump and manage git semantic version tags.

Sarat Chandra 6 May 6, 2022
Cassandra DB native client written in Rust language. Find 1.x versions on https://github.com/AlexPikalov/cdrs/tree/v.1.x Looking for an async version? - Check WIP https://github.com/AlexPikalov/cdrs-async

CDRS CDRS is looking for maintainers CDRS is Apache Cassandra driver written in pure Rust. ?? Looking for an async version? async-std https://github.c

Alex Pikalov 338 Jan 1, 2023
Nvm - Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

Node Version Manager Table of Contents Intro About Installing and Updating Install & Update Script Additional Notes Troubleshooting on Linux Troublesh

nvm.sh 63.8k Jan 7, 2023
CLI utility to move (or rename) your files to a new location and redirect all of its symbolic links, to the new path

Move Links CLI utility to move (or rename) your files to a new location and redirect all of its symbolic links, to the new path (or name). Usage execu

Ben Mefteh 18 May 22, 2022
Akasio is a simple HTTP server that redirects traffic based on a JSON redirect table. This is its Rust implementation.

This page is inaccurate and is pending updates. Akasio (Rust) Description Akasio is a simple HTTP server that redirects traffic based on a JSON redire

K4YT3X 5 May 2, 2022
fixred is a command line utility to fix outdated links in files with redirect URLs.

fixred fixred is a command line utility to fix outdated links in files with redirect URLs. Installation fixred is installed via cargo package manager.

Linda_pp 35 Aug 6, 2022
Lightweight proxy that allows redirect HTTP(S) traffic through a proxy.

Proxyswarm Proxyswarm is a lightweight proxy that allows redirect HTTP(S) traffic through a proxy. WARNING: This app isn't recomended for download lar

Jorge Alejandro Jimenez Luna 4 Apr 16, 2022
A simple hypervisor demonstrating the use of the Intel VT-rp (redirect protection) technology.

Hello-VT-rp A simple hypervisor demonstrating the use of the Intel VT-rp (redirect protection) technology. This repository is a complement of the blob

Satoshi Tanda 22 Jun 23, 2023
Semantic text segmentation. For sentence boundary detection, compound splitting and more.

NNSplit A tool to split text using a neural network. The main application is sentence boundary detection, but e. g. compound splitting for German is a

Benjamin Minixhofer 273 Dec 29, 2022
A tool for outputs semantic difference of json

jsondiff A tool for outputs semantic difference of json. "semantic" means: sort object key before comparison sort array before comparison (optional, b

niboshi 3 Sep 22, 2021
weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases.

weggli Introduction weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify int

Google Project Zero 2k Jan 5, 2023
A tree-sitter based AST difftool to get meaningful semantic diffs

diffsitter Disclaimer diffsitter is very much a work in progress and nowhere close to production ready (yet). Contributions are always welcome! Summar

Afnan Enayet 1.3k Jan 8, 2023
Semantic find-and-replace using tree-sitter-based macro expansion

Semantic find-and-replace using tree-sitter-based macro expansion

Isaac Clayton 15 Nov 10, 2022
Semantic input library for games in Rust

Keybee Keybee is a semantic input binding library. It's currently an early proof of concept that has been extracted from a larger game project, modifi

Lucien Greathouse 7 Aug 27, 2022
Integrate a Rust project with semantic-release

semantic-release-cargo semantic-release-cargo integrates a cargo-based Rust project with semantic-release. This solves two use cases: publishing to cr

null 5 Jan 16, 2023
Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens

Large language models (LLMs) can be used for many tasks, but often have a limited context size that can be smaller than documents you might want to use. To use documents of larger length, you often have to split your text into chunks to fit within this context size.

Ben Brandt 4 May 8, 2023