mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-05 04:06:16 +02:00
chore: tag 0.12.4
This commit is contained in:
parent
fca795e3c0
commit
92c38889d1
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
8
Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "syncstorage-common"
|
||||
version = "0.12.3"
|
||||
version = "0.12.4"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "syncstorage-db-common"
|
||||
version = "0.12.3"
|
||||
version = "0.12.4"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@ -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>",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tokenserver-common"
|
||||
version = "0.12.3"
|
||||
version = "0.12.4"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user