Skip to content

Commit

Permalink
Bump bincode from 1.3.1 to 1.3.3 in /src/rust/engine
Browse files Browse the repository at this point in the history
Bumps [bincode](https://github.com/bincode-org/bincode) from 1.3.1 to 1.3.3.
- [Release notes](https://github.com/bincode-org/bincode/releases)
- [Commits](bincode-org/bincode@v1.3.1...v1.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2022
1 parent 8611fa1 commit ceff728
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions src/rust/engine/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 src/rust/engine/process_execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lazy_static = "1"
parking_lot = "0.12"
itertools = "0.10"
serde = "1.0.136"
bincode = "1.2.1"
bincode = "1.3.3"
async-oncecell = "0.2"
rand = "0.8"
prost = "0.9"
Expand Down

0 comments on commit ceff728

Please sign in to comment.