Skip to content

Commit 741a72c

Browse files
committed
bump deps
1 parent fbb4e66 commit 741a72c

File tree

3 files changed

+34
-46
lines changed

3 files changed

+34
-46
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ region = "3.0.2"
4545
reqwest = { version = "0.12.5", default-features = false, features = ["blocking", "json", "rustls-tls-native-roots"] }
4646
rsa = "0.9.6"
4747
serde = { version = "1.0.203", features = ["derive"] }
48-
serde_json = "1.0.117"
48+
serde_json = "1.0.118"
4949
serde_path_to_error = "0.1.16"
5050
serde_repr = "0.1.19"
5151
sha1 = "0.10.6"
@@ -58,7 +58,7 @@ tokio = { version = "1.38.0", features = ["full"] }
5858
tokio-stream = { version = "0.1.15", features = ["net"] }
5959
totp-lite = "2.0.1"
6060
url = "2.5.2"
61-
uuid = { version = "1.8.0", features = ["v4"] }
61+
uuid = { version = "1.9.1", features = ["v4"] }
6262
zeroize = "1.8.1"
6363
copypasta = "0.10.1"
6464
rmpv = "1.3.0"

deny.toml

-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ skip = [
2626
{ name = "bitflags", version = "1.3.2" },
2727
{ name = "bitflags", version = "2.4.1" },
2828

29-
# see https://github.com/dignifiedquire/num-bigint/pull/58 and
30-
# https://github.com/RustCrypto/RSA/issues/390 which should hopefully
31-
# resolve this soon
32-
{ name = "spin", version = "0.5.2" },
33-
{ name = "spin", version = "0.9.8" },
34-
3529
# axum currently depends on both of these
3630
{ name = "sync_wrapper", version = "0.1.2" },
3731
{ name = "sync_wrapper", version = "1.0.1" },

0 commit comments

Comments
 (0)