diff options
author | mia <mia@mia.jetzt> | 2024-04-23 19:19:59 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-04-23 19:19:59 -0700 |
commit | aa9b10731fdb72d58c94d2f2221cc740023b6e39 (patch) | |
tree | c219f5c169a4badf851fe8beeaff4818f5f285ba /Cargo.lock | |
parent | b9c1ac1c070f19295c79ad21a7eddf20ea42a49b (diff) | |
download | dissociate-0.2.1.tar.gz dissociate-0.2.1.zip |
set samesite to none v0.2.1
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9f0d6fc..6f683c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -488,7 +488,7 @@ dependencies = [ [[package]] name = "dissociate" -version = "0.2.0" +version = "0.2.1" dependencies = [ "argon2", "axum", |