Update plugins/http/src/reqwest_cookie_store.rs

pull/1978/head
Amr Bashir 7 months ago committed by GitHub
parent f2fcf2b423
commit 10ce3537b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,3 +1,7 @@
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
// taken from https://github.com/pfernie/reqwest_cookie_store/blob/2ec4afabcd55e24d3afe3f0626ee6dc97bed938d/src/lib.rs // taken from https://github.com/pfernie/reqwest_cookie_store/blob/2ec4afabcd55e24d3afe3f0626ee6dc97bed938d/src/lib.rs
use std::sync::{Mutex, MutexGuard, PoisonError}; use std::sync::{Mutex, MutexGuard, PoisonError};

Loading…
Cancel
Save