chore: tag 0.12.4

This commit is contained in:
Ethan Donowitz 2022-10-10 10:51:07 -04:00
parent fca795e3c0
commit 92c38889d1
No known key found for this signature in database
GPG Key ID: EDC4DCBA91A621DD
6 changed files with 22 additions and 8 deletions

View File

@ -1,3 +1,17 @@
<a name="0.12.4"></a>
## 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))
<a name="0.12.3"></a>
## 0.12.3 (2022-09-23)

8
Cargo.lock generated
View File

@ -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",

View File

@ -1,6 +1,6 @@
[package]
name = "syncstorage-common"
version = "0.12.3"
version = "0.12.4"
edition = "2021"
[dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "syncstorage-db-common"
version = "0.12.3"
version = "0.12.4"
edition = "2021"
[dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "syncstorage"
version = "0.12.3"
version = "0.12.4"
license = "MPL-2.0"
authors = [
"Ben Bangert <ben@groovie.org>",

View File

@ -1,6 +1,6 @@
[package]
name = "tokenserver-common"
version = "0.12.3"
version = "0.12.4"
edition = "2021"
[dependencies]