Skip to content

Commit 1dc25a4

Browse files
committed
bump deps
1 parent b09c6df commit 1dc25a4

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Cargo.lock

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oidc_agent_rs"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Unix only oidc-agent library for Rust."
@@ -13,9 +13,9 @@ all-features = true
1313
[dependencies]
1414
chrono = { version = "0.4.38", features = ["serde"] }
1515
derive-getters = "0.4.0"
16-
serde = { version = "1.0.210", features = ["derive"] }
17-
serde_json = "1.0.128"
18-
tokio = { version = "1.40.0", optional = true, features = ["net", "io-util"] }
16+
serde = { version = "1.0.213", features = ["derive"] }
17+
serde_json = "1.0.132"
18+
tokio = { version = "1.41.0", optional = true, features = ["net", "io-util"] }
1919
url = { version = "2.5.2", features = ["serde"] }
2020

2121
[features]

0 commit comments

Comments
 (0)