Skip to content

Commit

Permalink
dependecies fix (#1509)
Browse files Browse the repository at this point in the history
Co-authored-by: Vsevolod <[email protected]>
  • Loading branch information
sevabakutov and Vsevolod authored Dec 4, 2024
1 parent 7e9afae commit 8fdf362
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion module/move/gspread/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ format_tools = { workspace = true, features = ["full"] }
reflect_tools = { workspace = true, features = [ "full" ] }
clap = { version = "4.5.20", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
google-sheets4 = "*"
google-sheets4 = "6.0.0"
hyper-util = "0.1.10"
yup-oauth2 = "11.0.0"
pth = "0.21.0"
dotenv = "0.15"
serde = { version = "1.0.213", features = ["derive"] }
Expand Down

0 comments on commit 8fdf362

Please sign in to comment.