Skip to content

Commit 4349813

Browse files
authored
Release v0.8.0-rc.2 (#323)
1 parent f9e2dc8 commit 4349813

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
[workspace.package]
66
edition = "2021"
77
rust-version = "1.83"
8-
version = "0.8.0-rc.1"
8+
version = "0.8.0-rc.2"
99

1010
[workspace.dependencies]
1111
aes = "0.8"
@@ -44,6 +44,7 @@ eyre = "0.6.12"
4444
futures = "0.3.30"
4545
headers = "0.4.0"
4646
indexmap = "2.2.6"
47+
jsonwebtoken = { version = "9.3.1", default-features = false }
4748
lazy_static = "1.5.0"
4849
parking_lot = "0.12.3"
4950
pbkdf2 = "0.12.2"
@@ -70,4 +71,3 @@ typenum = "1.17.0"
7071
unicode-normalization = "0.1.24"
7172
url = { version = "2.5.0", features = ["serde"] }
7273
uuid = { version = "1.8.0", features = ["fast-rng", "serde", "v4"] }
73-
jsonwebtoken = { version = "9.3.1", default-features = false }

0 commit comments

Comments
 (0)