Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump shlex from 1.2.0 to 1.3.0 #274

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps shlex from 1.2.0 to 1.3.0.

Changelog

Sourced from shlex's changelog.

1.3.0

  • Full fix for the high-severity security vulnerability RUSTSEC-2024-0006 a.k.a. GHSA-r7qv-8r2h-pg27:
    • Deprecates quote APIs in favor of try_ equivalents that complain about nul bytes.
    • Also adds a builder API, which allows re-enabling nul bytes without using the deprecated interface, and in the future can allow other things (as discussed in quoting_warning).
    • Adds documentation about various security risks that remain, particularly with interactive shells.
  • Adds explicit MSRV of 1.46.0.

1.2.1

  • Partial fix for the high-severity security vulnerability RUSTSEC-2024-0006 a.k.a. GHSA-r7qv-8r2h-pg27 without bumping MSRV:
    • The bytes { and \xa0 are now escaped by quoting functions.
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

---
updated-dependencies:
- dependency-name: shlex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2024
@Polkaverse Polkaverse merged commit e31dde1 into develop Jan 24, 2024
5 checks passed
@Polkaverse Polkaverse deleted the dependabot/cargo/shlex-1.3.0 branch January 24, 2024 10:00
mtmsuhail added a commit that referenced this pull request Jan 25, 2024
* build(deps): bump clap from 4.4.15 to 4.4.17

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.15 to 4.4.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.15...v4.4.17)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump clap from 4.4.17 to 4.4.18

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.17 to 4.4.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.17...v4.4.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update origin-server.crt

* build(deps): bump shlex from 1.2.0 to 1.3.0 (#274)

Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

---
updated-dependencies:
- dependency-name: shlex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix/readme (#269)

* feat(README): description and title added

* feat(README): requirements added

* fix(README): added few more requirements

* feat(README) added Getting Started section

* feat(README): list of all commands section added

* feat(README): development node section added

* fix(README): renamed title

* feat(README): added  Jur Testnet Ecosystem section

* fix(README): typo

* feat(README): Mainnet ecosystem section added

* feat(RES): spec file added for mainnet

* fix(RES): spec file added

* feat(README): added Validator Node section

* fix(typo)

* fix(cleanup)

* fix(README): updated welcome note

* fix(README): updated alignment

* fix(README): improved readablity

* fix(README): typo

* fix(README): format

* fix(README): Tagline updated

* fix(README): link added for `substrate technology`

* fix(README): added markdown table to improve readability

* fix(README): links added

* fix(README): link added to development ecosystem

* fix(README): typo section name

* fix(README): validator final notes updated

* fix(README): title updated for the table

* fix(README): image added for Getting Started

* fix(README): image updated

* fix(README): screenshots added to both archive and validator node

* feat(README): added Resources section

* build(deps): bump h2 from 0.3.22 to 0.3.24 (#273)

* build(deps): bump snow from 0.9.4 to 0.9.5 (#275)

Bumps [snow](https://github.com/mcginty/snow) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/mcginty/snow/releases)
- [Commits](mcginty/snow@v0.9.4...v0.9.5)

---
updated-dependencies:
- dependency-name: snow
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pankaj Chaudhary <[email protected]>
@mtmsuhail mtmsuhail mentioned this pull request Jan 25, 2024
mtmsuhail added a commit that referenced this pull request Jan 25, 2024
* build(deps): bump clap from 4.4.15 to 4.4.17

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.15 to 4.4.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.15...v4.4.17)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...



* build(deps): bump clap from 4.4.17 to 4.4.18

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.17 to 4.4.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.17...v4.4.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...



* Update origin-server.crt

* build(deps): bump shlex from 1.2.0 to 1.3.0 (#274)

Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

---
updated-dependencies:
- dependency-name: shlex
  dependency-type: indirect
...




* Fix/readme (#269)

* feat(README): description and title added

* feat(README): requirements added

* fix(README): added few more requirements

* feat(README) added Getting Started section

* feat(README): list of all commands section added

* feat(README): development node section added

* fix(README): renamed title

* feat(README): added  Jur Testnet Ecosystem section

* fix(README): typo

* feat(README): Mainnet ecosystem section added

* feat(RES): spec file added for mainnet

* fix(RES): spec file added

* feat(README): added Validator Node section

* fix(typo)

* fix(cleanup)

* fix(README): updated welcome note

* fix(README): updated alignment

* fix(README): improved readablity

* fix(README): typo

* fix(README): format

* fix(README): Tagline updated

* fix(README): link added for `substrate technology`

* fix(README): added markdown table to improve readability

* fix(README): links added

* fix(README): link added to development ecosystem

* fix(README): typo section name

* fix(README): validator final notes updated

* fix(README): title updated for the table

* fix(README): image added for Getting Started

* fix(README): image updated

* fix(README): screenshots added to both archive and validator node

* feat(README): added Resources section

* build(deps): bump h2 from 0.3.22 to 0.3.24 (#273)

* build(deps): bump snow from 0.9.4 to 0.9.5 (#275)

Bumps [snow](https://github.com/mcginty/snow) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/mcginty/snow/releases)
- [Commits](mcginty/snow@v0.9.4...v0.9.5)

---
updated-dependencies:
- dependency-name: snow
  dependency-type: indirect
...




---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pankaj Chaudhary <[email protected]>
mtmsuhail added a commit that referenced this pull request Jan 26, 2024
* build(deps): bump clap from 4.4.15 to 4.4.17

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.15 to 4.4.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.15...v4.4.17)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump clap from 4.4.17 to 4.4.18

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.17 to 4.4.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.17...v4.4.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update origin-server.crt

* build(deps): bump shlex from 1.2.0 to 1.3.0 (#274)

Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

---
updated-dependencies:
- dependency-name: shlex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix/readme (#269)

* feat(README): description and title added

* feat(README): requirements added

* fix(README): added few more requirements

* feat(README) added Getting Started section

* feat(README): list of all commands section added

* feat(README): development node section added

* fix(README): renamed title

* feat(README): added  Jur Testnet Ecosystem section

* fix(README): typo

* feat(README): Mainnet ecosystem section added

* feat(RES): spec file added for mainnet

* fix(RES): spec file added

* feat(README): added Validator Node section

* fix(typo)

* fix(cleanup)

* fix(README): updated welcome note

* fix(README): updated alignment

* fix(README): improved readablity

* fix(README): typo

* fix(README): format

* fix(README): Tagline updated

* fix(README): link added for `substrate technology`

* fix(README): added markdown table to improve readability

* fix(README): links added

* fix(README): link added to development ecosystem

* fix(README): typo section name

* fix(README): validator final notes updated

* fix(README): title updated for the table

* fix(README): image added for Getting Started

* fix(README): image updated

* fix(README): screenshots added to both archive and validator node

* feat(README): added Resources section

* build(deps): bump h2 from 0.3.22 to 0.3.24 (#273)

* build(deps): bump snow from 0.9.4 to 0.9.5 (#275)

Bumps [snow](https://github.com/mcginty/snow) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/mcginty/snow/releases)
- [Commits](mcginty/snow@v0.9.4...v0.9.5)

---
updated-dependencies:
- dependency-name: snow
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(LICENSE): Licence updated to GPL

* fix(LICENSE): Licence updated to GPL (#278)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pankaj Chaudhary <[email protected]>
mtmsuhail added a commit that referenced this pull request Feb 22, 2024
* Develop -> Staging (#276) (#277)

* build(deps): bump clap from 4.4.15 to 4.4.17

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.15 to 4.4.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.15...v4.4.17)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...



* build(deps): bump clap from 4.4.17 to 4.4.18

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.17 to 4.4.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.17...v4.4.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...



* Update origin-server.crt

* build(deps): bump shlex from 1.2.0 to 1.3.0 (#274)

Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

---
updated-dependencies:
- dependency-name: shlex
  dependency-type: indirect
...




* Fix/readme (#269)

* feat(README): description and title added

* feat(README): requirements added

* fix(README): added few more requirements

* feat(README) added Getting Started section

* feat(README): list of all commands section added

* feat(README): development node section added

* fix(README): renamed title

* feat(README): added  Jur Testnet Ecosystem section

* fix(README): typo

* feat(README): Mainnet ecosystem section added

* feat(RES): spec file added for mainnet

* fix(RES): spec file added

* feat(README): added Validator Node section

* fix(typo)

* fix(cleanup)

* fix(README): updated welcome note

* fix(README): updated alignment

* fix(README): improved readablity

* fix(README): typo

* fix(README): format

* fix(README): Tagline updated

* fix(README): link added for `substrate technology`

* fix(README): added markdown table to improve readability

* fix(README): links added

* fix(README): link added to development ecosystem

* fix(README): typo section name

* fix(README): validator final notes updated

* fix(README): title updated for the table

* fix(README): image added for Getting Started

* fix(README): image updated

* fix(README): screenshots added to both archive and validator node

* feat(README): added Resources section

* build(deps): bump h2 from 0.3.22 to 0.3.24 (#273)

* build(deps): bump snow from 0.9.4 to 0.9.5 (#275)

Bumps [snow](https://github.com/mcginty/snow) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/mcginty/snow/releases)
- [Commits](mcginty/snow@v0.9.4...v0.9.5)

---
updated-dependencies:
- dependency-name: snow
  dependency-type: indirect
...




---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pankaj Chaudhary <[email protected]>

* fix(LICENSE): Updated license to GNU GPL (#280)

* build(deps): bump serde_json from 1.0.111 to 1.0.113 (#284)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.113.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.111...v1.0.113)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump serde from 1.0.195 to 1.0.196 (#283)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump jsonrpsee from 0.16.3 to 0.21.0 (#281)

Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.16.3 to 0.21.0.
- [Release notes](https://github.com/paritytech/jsonrpsee/releases)
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md)
- [Commits](paritytech/jsonrpsee@v0.16.3...v0.21.0)

---
updated-dependencies:
- dependency-name: jsonrpsee
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Runtime integration of session pallet and validatorManager

* Runtime integration of session pallet and validatorManager - session period 600

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: MTM Suhail <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pankaj Chaudhary <[email protected]>
mtmsuhail added a commit that referenced this pull request Feb 22, 2024
* build(deps): bump clap from 4.4.15 to 4.4.17

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.15 to 4.4.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.15...v4.4.17)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump clap from 4.4.17 to 4.4.18

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.17 to 4.4.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.17...v4.4.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update origin-server.crt

* build(deps): bump shlex from 1.2.0 to 1.3.0 (#274)

Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

---
updated-dependencies:
- dependency-name: shlex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix/readme (#269)

* feat(README): description and title added

* feat(README): requirements added

* fix(README): added few more requirements

* feat(README) added Getting Started section

* feat(README): list of all commands section added

* feat(README): development node section added

* fix(README): renamed title

* feat(README): added  Jur Testnet Ecosystem section

* fix(README): typo

* feat(README): Mainnet ecosystem section added

* feat(RES): spec file added for mainnet

* fix(RES): spec file added

* feat(README): added Validator Node section

* fix(typo)

* fix(cleanup)

* fix(README): updated welcome note

* fix(README): updated alignment

* fix(README): improved readablity

* fix(README): typo

* fix(README): format

* fix(README): Tagline updated

* fix(README): link added for `substrate technology`

* fix(README): added markdown table to improve readability

* fix(README): links added

* fix(README): link added to development ecosystem

* fix(README): typo section name

* fix(README): validator final notes updated

* fix(README): title updated for the table

* fix(README): image added for Getting Started

* fix(README): image updated

* fix(README): screenshots added to both archive and validator node

* feat(README): added Resources section

* build(deps): bump h2 from 0.3.22 to 0.3.24 (#273)

* build(deps): bump snow from 0.9.4 to 0.9.5 (#275)

Bumps [snow](https://github.com/mcginty/snow) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/mcginty/snow/releases)
- [Commits](mcginty/snow@v0.9.4...v0.9.5)

---
updated-dependencies:
- dependency-name: snow
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(LICENSE): Licence updated to GPL

* fix(LICENSE): Licence updated to GPL (#278)

* Enabling the management of validators. (#288)

* Develop -> Staging (#276) (#277)

* build(deps): bump clap from 4.4.15 to 4.4.17

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.15 to 4.4.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.15...v4.4.17)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...



* build(deps): bump clap from 4.4.17 to 4.4.18

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.17 to 4.4.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.17...v4.4.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...



* Update origin-server.crt

* build(deps): bump shlex from 1.2.0 to 1.3.0 (#274)

Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

---
updated-dependencies:
- dependency-name: shlex
  dependency-type: indirect
...




* Fix/readme (#269)

* feat(README): description and title added

* feat(README): requirements added

* fix(README): added few more requirements

* feat(README) added Getting Started section

* feat(README): list of all commands section added

* feat(README): development node section added

* fix(README): renamed title

* feat(README): added  Jur Testnet Ecosystem section

* fix(README): typo

* feat(README): Mainnet ecosystem section added

* feat(RES): spec file added for mainnet

* fix(RES): spec file added

* feat(README): added Validator Node section

* fix(typo)

* fix(cleanup)

* fix(README): updated welcome note

* fix(README): updated alignment

* fix(README): improved readablity

* fix(README): typo

* fix(README): format

* fix(README): Tagline updated

* fix(README): link added for `substrate technology`

* fix(README): added markdown table to improve readability

* fix(README): links added

* fix(README): link added to development ecosystem

* fix(README): typo section name

* fix(README): validator final notes updated

* fix(README): title updated for the table

* fix(README): image added for Getting Started

* fix(README): image updated

* fix(README): screenshots added to both archive and validator node

* feat(README): added Resources section

* build(deps): bump h2 from 0.3.22 to 0.3.24 (#273)

* build(deps): bump snow from 0.9.4 to 0.9.5 (#275)

Bumps [snow](https://github.com/mcginty/snow) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/mcginty/snow/releases)
- [Commits](mcginty/snow@v0.9.4...v0.9.5)

---
updated-dependencies:
- dependency-name: snow
  dependency-type: indirect
...




---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pankaj Chaudhary <[email protected]>

* fix(LICENSE): Updated license to GNU GPL (#280)

* build(deps): bump serde_json from 1.0.111 to 1.0.113 (#284)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.113.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.111...v1.0.113)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump serde from 1.0.195 to 1.0.196 (#283)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump jsonrpsee from 0.16.3 to 0.21.0 (#281)

Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.16.3 to 0.21.0.
- [Release notes](https://github.com/paritytech/jsonrpsee/releases)
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md)
- [Commits](paritytech/jsonrpsee@v0.16.3...v0.21.0)

---
updated-dependencies:
- dependency-name: jsonrpsee
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Runtime integration of session pallet and validatorManager

* Runtime integration of session pallet and validatorManager - session period 600

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: MTM Suhail <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pankaj Chaudhary <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pankaj Chaudhary <[email protected]>
Co-authored-by: Emanuele Valzano <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant