Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Apr 21, 2024
1 parent a52bd66 commit 18ae438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -10,8 +10,8 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/bouzuya/google-docs-api-types"

[dependencies]
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1", features = ["derive"] }
serde_json = "1"

[dev-dependencies]
anyhow = "1.0.82"

0 comments on commit 18ae438

Please sign in to comment.