Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit e1e236f

Browse files
chore(deps): bump oauth2 from 4.4.2 to 5.0.0
Bumps [oauth2](https://github.com/ramosbugs/oauth2-rs) from 4.4.2 to 5.0.0. - [Release notes](https://github.com/ramosbugs/oauth2-rs/releases) - [Upgrade guide](https://github.com/ramosbugs/oauth2-rs/blob/main/UPGRADE.md) - [Commits](ramosbugs/oauth2-rs@4.4.2...5.0.0) --- updated-dependencies: - dependency-name: oauth2 dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent adc6638 commit e1e236f

2 files changed

Lines changed: 16 additions & 98 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ matrix-sdk = { version = "0.10", default-features = false, features = ["rustls-
117117
teloxide = { version = "0.13", default-features = false, features = ["macros"] }
118118

119119
# OAuth2
120-
oauth2 = { version = "4" }
120+
oauth2 = { version = "5" }
121121

122122
# Crypto
123123
ed25519-dalek = { version = "2", features = ["serde", "rand_core"] }

0 commit comments

Comments
 (0)