Skip to content

Commit

Permalink
upstep rustls dependency to fix potential vulnerability
Browse files Browse the repository at this point in the history
Arend-Jan committed Jan 26, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2f2f290 commit d4f699d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ env_logger = "0.11"
futures-util = "0.3"
log = "0.4"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "multipart", "stream", "blocking"] }
rustls = ">=0.23.13, <0.24.0"
rustls = ">=0.23.21"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2.0"

0 comments on commit d4f699d

Please sign in to comment.