This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 6be3301ff Update pbjson-types requirement from 0.3 to 0.5 (#3560)
6be3301ff is described below

commit 6be3301ff07128300aaabe9cd420af5a0f302f61
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 21 14:54:32 2022 +0100

    Update pbjson-types requirement from 0.3 to 0.5 (#3560)
    
    Updates the requirements on 
[pbjson-types](https://github.com/influxdata/pbjson) to permit the latest 
version.
    - [Release notes](https://github.com/influxdata/pbjson/releases)
    - [Commits](https://github.com/influxdata/pbjson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: pbjson-types
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 datafusion/proto/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/proto/Cargo.toml b/datafusion/proto/Cargo.toml
index 7c7b54bf9..8720ee70b 100644
--- a/datafusion/proto/Cargo.toml
+++ b/datafusion/proto/Cargo.toml
@@ -42,7 +42,7 @@ datafusion = { path = "../core", version = "12.0.0" }
 datafusion-common = { path = "../common", version = "12.0.0" }
 datafusion-expr = { path = "../expr", version = "12.0.0" }
 pbjson = { version = "0.5", optional = true }
-pbjson-types = { version = "0.3", optional = true }
+pbjson-types = { version = "0.5", optional = true }
 prost = "0.11.0"
 serde = { version = "1.0", optional = true }
 serde_json = { version = "1.0", optional = true }

Reply via email to