Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithe14 committed Oct 24, 2024
1 parent b09c6df commit 1dc25a4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oidc_agent_rs"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Unix only oidc-agent library for Rust."
Expand All @@ -13,9 +13,9 @@ all-features = true
[dependencies]
chrono = { version = "0.4.38", features = ["serde"] }
derive-getters = "0.4.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tokio = { version = "1.40.0", optional = true, features = ["net", "io-util"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
tokio = { version = "1.41.0", optional = true, features = ["net", "io-util"] }
url = { version = "2.5.2", features = ["serde"] }

[features]
Expand Down

0 comments on commit 1dc25a4

Please sign in to comment.