Skip to content

Commit

Permalink
Bump postcard from 1.0.7 to 1.0.8
Browse files Browse the repository at this point in the history
Bumps [postcard](https://github.com/jamesmunns/postcard) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/jamesmunns/postcard/releases)
- [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md)
- [Commits](jamesmunns/postcard@v1.0.7...v1.0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent ab3fd07 commit a8dbd02
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock
100755 → 100644

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

2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log = "0.4.14"
num = "0.4.0"
once_cell = "1.11.0"
paste = "1.0.7"
postcard = { version = "1.0.4", features = ["alloc"]}
postcard = { version = "1.0.8", features = ["alloc"]}
tempfile = "3"
thrift = "0.17.0"
tokio = "1.19"
Expand Down

0 comments on commit a8dbd02

Please sign in to comment.