Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Dec 19, 2023
1 parent 29bf1bd commit e034164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -14,13 +14,13 @@ chrono = { version = "0.4.31", optional = true }
google-api-proto = { version = "1.447.0", features = ["google-firestore-v1"] }
prost = "0.12"
prost-types = "0.12"
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
thiserror = "1.0.51"
time = { version = "0.3.31", optional = true }

[dev-dependencies]
anyhow = "1.0.75"
serde_json = "1.0.107"
serde_json = "1.0.108"

[features]
default = []
Expand Down

0 comments on commit e034164

Please sign in to comment.