Skip to content

Commit

Permalink
Merge pull request #2 from emo-crab/dependabot/cargo/reqwest-0.12.2
Browse files Browse the repository at this point in the history
Update reqwest requirement from 0.11.14 to 0.12.2
  • Loading branch information
cn-kali-team authored Apr 1, 2024
2 parents ff2e5e5 + a98c5be commit 9676b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notion-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version = "0.0.0"
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11.14", features = ["json"] }
reqwest = { version = "0.12.2", features = ["json"] }
uuid = { version = "1.3.0", features = ["serde"] }
chrono = { version = "0.4.23", default-features = false, features = ["serde", "clock"] }
emojis = "0.6.0"
Expand Down

0 comments on commit 9676b78

Please sign in to comment.