Skip to content

Commit 40ccc86

Browse files
Matthew-Pomesthe10thWizkilork
authored
Update validator to 0.19, to update idna to ^1 (#57)
* Update validator to 0.19, to update idna to ^1 * Update min rust-version to 1.71.1 --------- Co-authored-by: Matthew Pomes <[email protected]> Co-authored-by: Alexander Korolev <[email protected]>
1 parent aa99d4e commit 40ccc86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: dtolnay/rust-toolchain@1.70.0
16+
- uses: dtolnay/rust-toolchain@1.71.1
1717
- name: Build
1818
run: cargo build
1919
- name: Run tests

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["authentication", "authorization", "oauth", "openid", "uma2"]
1212
license = "Unlicense OR MIT"
1313
readme = "README.md"
1414
repository = "https://github.com/kilork/openid"
15-
rust-version = "1.70"
15+
rust-version = "1.71.1"
1616

1717
[features]
1818
default = ["native-tls"]
@@ -27,7 +27,7 @@ serde_json = { version = "1", default-features = false }
2727
base64 = "0.22"
2828
biscuit = "0.7"
2929
thiserror = "1"
30-
validator = { version = "0.18", features = ["derive"] }
30+
validator = { version = "0.19", features = ["derive"] }
3131
mime = "0.3"
3232

3333
[dependencies.url]

0 commit comments

Comments
 (0)