Skip to content

Commit

Permalink
Bump bytes from 0.5.6 to 1.0.1
Browse files Browse the repository at this point in the history
Bumps [bytes](https://github.com/tokio-rs/bytes) from 0.5.6 to 1.0.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v0.5.6...v1.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 26, 2021
1 parent 42401ae commit d9d94df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jcli/Cargo.toml
Expand Up @@ -36,7 +36,7 @@ openapiv3 = "0.3.2"
valico = "3.5.0"
ed25519-bip32 = "0.3"
thiserror = "1.0"
bytes = "0.5"
bytes = "1.0"

[dependencies.clap]
version = "2.33"
Expand Down
2 changes: 1 addition & 1 deletion jormungandr/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ syn = "=1.0.59" # Remove this when juniper is updated, or better, gone forever
juniper_warp = "0.6.1"
base64 = "0.13.0"
bincode = "1.2.1"
bytes = "0.5"
bytes = "1.0"
bech32 = "0.7"
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
Expand Down

0 comments on commit d9d94df

Please sign in to comment.