Skip to content

Commit 21ae430

Browse files
chore(deps): update rust crate cookie_store to 0.22.0 (#3308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com>
1 parent 015e817 commit 21ae430

2 files changed

Lines changed: 31 additions & 62 deletions

File tree

Cargo.lock

Lines changed: 30 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ http = "1"
3737
reqwest = { version = "0.12", default-features = false }
3838
url = { workspace = true }
3939
data-url = "0.3"
40-
cookie_store = { version = "0.21.1", optional = true, features = ["serde"] }
40+
cookie_store = { version = "0.22", optional = true, features = ["serde"] }
4141
bytes = { version = "1.9", optional = true }
4242
tracing = { workspace = true, optional = true }
4343

0 commit comments

Comments
 (0)