Skip to content

Commit 4cb6e1f

Browse files
committed
bump deps and edition
1 parent fdc2e4f commit 4cb6e1f

File tree

2 files changed

+38
-31
lines changed

2 files changed

+38
-31
lines changed

Cargo.lock

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

Cargo.toml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
[package]
22
name = "oidc_agent_rs"
3-
version = "0.2.5"
4-
edition = "2021"
3+
version = "0.2.6"
4+
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "Unix only oidc-agent library for Rust."
77
repository = "https://github.com/Nithe14/oidc-agent-rs"
88
readme = "README.md"
9+
authors = [ "Wiktor Nastał <imnithe@gmail.com>" ]
910

1011
[package.metadata.docs.rs]
1112
all-features = true
1213

1314
[dependencies]
14-
chrono = { version = "0.4.39", features = ["serde"] }
15-
serde = { version = "1.0.217", features = ["derive"] }
16-
serde_json = "1.0.137"
15+
chrono = { version = "0.4.40", features = ["serde"] }
16+
serde = { version = "1.0.218", features = ["derive"] }
17+
serde_json = "1.0.140"
1718
tokio = { version = "1.43.0", optional = true, features = ["net", "io-util"] }
1819
url = { version = "2.5.4", features = ["serde"] }
1920

0 commit comments

Comments
 (0)