Skip to content

Commit

Permalink
Fix google-api-proto version and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Feb 28, 2024
1 parent 691eecb commit 5d4f2f3
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 31 deletions.
123 changes: 93 additions & 30 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 Cargo.toml
Expand Up @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/bouzuya/firestore-structured-query"

[dependencies]
google-api-proto = { version = "1", features = ["google-firestore-v1"] }
google-api-proto = { version = "1.516", features = ["google-firestore-v1"] }
serde = { version = "1", features = ["derive"], optional = true }
serde-firestore-value = { version = "0.5.0", optional = true }

Expand Down

0 comments on commit 5d4f2f3

Please sign in to comment.