Skip to content

Commit

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

---
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 Aug 20, 2024
1 parent 6b13961 commit c9bfbc0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 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 native-engine/datafusion-ext-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ log = "0.4.22"
num = "0.4.2"
once_cell = "1.19.0"
paste = "1.0.15"
postcard = { version = "1.0.8", features = ["alloc"]}
postcard = { version = "1.0.9", features = ["alloc"]}
slimmer_box = "0.6.5"
tempfile = "3"
thrift = "0.17.0"
Expand Down

0 comments on commit c9bfbc0

Please sign in to comment.