Commit graph

38 commits

Author SHA1 Message Date
aad0c697e2 std::sync::Mutex -> tokio::sync::Mutex 2024-11-02 16:29:58 +00:00
Patrick Fernie
2ec4afabcd chore(release): prepare for v0.8.0 2024-05-31 07:31:54 -04:00
Patrick Fernie
fa421ba75c chore(deps): update cookie_store = "^0.21" 2024-05-31 07:31:29 -04:00
Patrick Fernie
8894297954 chore(release): prepare for v0.7.0 2024-03-23 08:27:06 -04:00
Patrick Fernie
8a79b2b47e Update CONTRIBUTORS.md 2024-03-23 08:26:50 -04:00
Patrick Fernie
96d83f9d86 ci: remove --topo-order argument to git-cliff 2024-03-23 08:26:17 -04:00
Nathaniel Daniel
35c1e5401a chore(deps): Update reqwest to v0.12.0 2024-03-23 08:26:17 -04:00
pfernie
91af8a8f73
Update CONTRIBUTORS.md 2023-08-28 20:33:05 -04:00
pfernie
7c7ca659e5
Merge pull request #6 from pxp9/main
Serde for CookieStoreMutex and CookieStoreRwlock
2023-08-28 20:32:33 -04:00
pxp9
9eab6d916d
deleting rc feature 2023-08-28 21:01:49 +02:00
pfernie
7b3c337873
Create CONTRIBUTORS.md 2023-08-28 07:53:36 -04:00
pfernie
1d406a245f
Merge pull request #5 from C0D3-M4513R/main-1
Add Const fn's
2023-08-28 07:52:59 -04:00
Pepe Márquez Romero
b84f1df2e4
serde feature 2023-08-21 19:43:03 +02:00
C0D3 M4513R
b6591c25a4
Update lib.rs 2023-08-15 12:57:22 +02:00
C0D3 M4513R
2b8abfcc9a
Add Const fn's 2023-08-15 12:52:29 +02:00
Patrick Fernie
74b150b1f3 chore(release): prepare for v0.6.0 2023-06-17 11:52:28 -04:00
Patrick Fernie
7bda5b86ac doc: add CHANGELOG.md 2023-06-17 11:52:04 -04:00
Patrick Fernie
259b07a949 ci: update release.sh for git-cliff arg changes 2023-06-17 11:51:45 -04:00
Patrick Fernie
97b85b41a4 ci: change reqwest dependency specification to ^0.11 instead of specific version 2023-06-17 11:50:30 -04:00
Patrick Fernie
3eb095d08f doc: update doctest to use CookieStore::new() in example 2023-06-17 11:49:44 -04:00
Patrick Fernie
8cc7a2c145 refact: update to cookie_store 0.20
`cookie_store` now re-exports the `cookie` dependency, so remove explicit dependency from Cargo.toml and update `use` statements
2023-06-17 11:49:17 -04:00
Patrick Fernie
efab7b251e ci: setup for git cliff usage 2022-11-05 15:00:02 -04:00
Patrick Fernie
f952fee7da release v0.5.0 2022-11-05 14:39:37 -04:00
Adrian Ratiu
acf541cfb7 Cargo:toml: bump cookie_store/cookie deps
CookieStore added a new save_incl_expired_and_nonpersistent{,_json}
API starting with v0.18.0 and if one wants to use the new API
to save/load cookies which are passed to reqwest_cookie_store,
the dep versions needs bumping.

While at it also bump cookies to the latest minor version.

Signed-off-by: Adrian Ratiu <adi@adirat.com>
2022-10-25 12:53:19 +03:00
Patrick Fernie
9b470ebd61 v0.4.0 2022-08-29 17:57:22 -04:00
Patrick Fernie
3f97525a64 re-export cookie_store::CookieStore 2022-08-29 17:57:19 -04:00
Patrick Fernie
6c778fbf04 update to 0.3.0 for cookie/cookie_store minor bumps 2022-04-10 09:54:38 -04:00
Milan Šťastný
2fb5bcb98a
Bump versions of crates
updates #2
2022-04-09 18:10:49 +02:00
Patrick Fernie
09fd3d85cb Release v0.2.0 2021-05-12 14:54:03 -04:00
Patrick Fernie
0a15ef907b Release v0.1.5
* Update to `cookie_store` `v0.14.1`
2021-05-12 13:59:33 -04:00
Patrick Fernie
1526a3f784 update to cookie_store v0.14.0 2021-05-09 21:56:03 -04:00
Patrick Fernie
95e02184e7 fix crates link 2021-05-09 21:23:56 -04:00
Patrick Fernie
a615b0842c add reqwest keyword to metadata 2021-05-09 21:08:36 -04:00
Patrick Fernie
fe11746d77 Documentation fixes 2021-05-09 21:05:00 -04:00
Patrick Fernie
2f893cd6d4 version bump for doc fixes 2021-05-09 21:02:23 -04:00
pfernie
df42f782b9
Update README.md
Fix example formatting
2021-05-09 20:32:06 -04:00
pfernie
042adfbc32
Update README.md
Fix docs.rs badge link
2021-05-09 20:30:06 -04:00
Patrick Fernie
ddbb9759b8 initial commit 2021-05-09 20:26:55 -04:00