Skip to content

Commit f672965

Browse files
release: v2.0.1
Signed-off-by: Florentin Dubois <[email protected]>
1 parent e2f8cdf commit f672965

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oauth10a"
33
description = "A rust implementation of the oauth 1.0a protocol fully-async with logging, metrics and tracing facilities"
4-
version = "2.0.0"
4+
version = "2.0.1"
55
edition = "2024"
66
rust-version = "1.85.0"
77
authors = ["Florentin Dubois <[email protected]>"]
@@ -25,11 +25,11 @@ bytes = { version = "^1.10.0", features = ["serde"], optional = true }
2525
cidr = { version = "^0.3.1", optional = true }
2626
crypto-common = { version = "^0.1.6", optional = true }
2727
hmac = { version = "^0.12.1", features = ["std"], optional = true }
28-
log = { version = "^0.4.21", optional = true }
28+
log = { version = "^0.4.26", optional = true }
2929
prometheus = { version = "^0.13.4", optional = true }
3030
reqwest = { version = "^0.12.12", default-features = true, features = ["rustls-tls-webpki-roots", "charset", "http2", "gzip", "deflate", "zstd", "json", "hickory-dns"], optional = true }
31-
serde = { version = "^1.0.217", features = ["derive"], optional = true }
32-
serde_json = { version = "^1.0.138", features = [
31+
serde = { version = "^1.0.218", features = ["derive"], optional = true }
32+
serde_json = { version = "^1.0.139", features = [
3333
"preserve_order",
3434
"float_roundtrip",
3535
], optional = true }

0 commit comments

Comments
 (0)