Skip to content

Commit

Permalink
Revert "Update Cargo.toml"
Browse files Browse the repository at this point in the history
This reverts commit 9a8c7b7.
  • Loading branch information
KavikaPalletenne committed Nov 12, 2024
1 parent 9a8c7b7 commit 2ddb0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "postgres", "chron
anyhow = "1.0"
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.12", features = ["json"] }
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
oauth2 = "4.4"
log = "0.4"
uuid = { version = "1.5", features = ["serde", "v4"] }
rust-s3 = "0.35"
rust-s3 = "0.34.0"
rs-snowflake = "0.6"
jsonwebtoken = "9.1"
dotenvy = "0.15"
Expand Down

0 comments on commit 2ddb0e3

Please sign in to comment.