From 3a21947cf58df29809f406d689c4be3afa97e38e Mon Sep 17 00:00:00 2001 From: Ethan Donowitz <8703826+ethowitz@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:45:04 -0400 Subject: [PATCH] chore: tag 0.12.4 (#1420) --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 8 ++++---- syncstorage-common/Cargo.toml | 2 +- syncstorage-db-common/Cargo.toml | 2 +- syncstorage/Cargo.toml | 2 +- tokenserver-common/Cargo.toml | 2 +- 6 files changed, 22 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7677b4ff..5baec580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## 0.12.4 (2022-10-10) + + +#### Performance + +* always verify OAuth tokens on blocking thread (#1406) ([d69508d3](https://github.com/mozilla-services/syncstorage-rs/commit/d69508d3cc0cc9da96f7e6aab3b091495ed88346)) + +#### Chore + +* update to Rust 1.64.0 (#1415) ([fca795e3](https://github.com/mozilla-services/syncstorage-rs/commit/fca795e3c09c7feee12b450791a53bb0a2871b48)) + + + ## 0.12.3 (2022-09-23) diff --git a/Cargo.lock b/Cargo.lock index 47651b45..d34ad1d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3001,7 +3001,7 @@ dependencies = [ [[package]] name = "syncstorage" -version = "0.12.3" +version = "0.12.4" dependencies = [ "actix-cors", "actix-http", @@ -3071,11 +3071,11 @@ dependencies = [ [[package]] name = "syncstorage-common" -version = "0.12.3" +version = "0.12.4" [[package]] name = "syncstorage-db-common" -version = "0.12.3" +version = "0.12.4" dependencies = [ "async-trait", "backtrace", @@ -3267,7 +3267,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokenserver-common" -version = "0.12.3" +version = "0.12.4" dependencies = [ "actix-web", "backtrace", diff --git a/syncstorage-common/Cargo.toml b/syncstorage-common/Cargo.toml index 5420bada..fd4f049b 100644 --- a/syncstorage-common/Cargo.toml +++ b/syncstorage-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncstorage-common" -version = "0.12.3" +version = "0.12.4" edition = "2021" [dependencies] diff --git a/syncstorage-db-common/Cargo.toml b/syncstorage-db-common/Cargo.toml index e2ddea76..667d9511 100644 --- a/syncstorage-db-common/Cargo.toml +++ b/syncstorage-db-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncstorage-db-common" -version = "0.12.3" +version = "0.12.4" edition = "2021" [dependencies] diff --git a/syncstorage/Cargo.toml b/syncstorage/Cargo.toml index ffb29459..98535ee1 100644 --- a/syncstorage/Cargo.toml +++ b/syncstorage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncstorage" -version = "0.12.3" +version = "0.12.4" license = "MPL-2.0" authors = [ "Ben Bangert ", diff --git a/tokenserver-common/Cargo.toml b/tokenserver-common/Cargo.toml index 0b6ea716..3b9b601b 100644 --- a/tokenserver-common/Cargo.toml +++ b/tokenserver-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokenserver-common" -version = "0.12.3" +version = "0.12.4" edition = "2021" [dependencies]