Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Jun 26, 2024
1 parent fbb4e66 commit 741a72c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 46 deletions.
70 changes: 32 additions & 38 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ region = "3.0.2"
reqwest = { version = "0.12.5", default-features = false, features = ["blocking", "json", "rustls-tls-native-roots"] }
rsa = "0.9.6"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.118"
serde_path_to_error = "0.1.16"
serde_repr = "0.1.19"
sha1 = "0.10.6"
Expand All @@ -58,7 +58,7 @@ tokio = { version = "1.38.0", features = ["full"] }
tokio-stream = { version = "0.1.15", features = ["net"] }
totp-lite = "2.0.1"
url = "2.5.2"
uuid = { version = "1.8.0", features = ["v4"] }
uuid = { version = "1.9.1", features = ["v4"] }
zeroize = "1.8.1"
copypasta = "0.10.1"
rmpv = "1.3.0"
Expand Down
6 changes: 0 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ skip = [
{ name = "bitflags", version = "1.3.2" },
{ name = "bitflags", version = "2.4.1" },

# see https://github.com/dignifiedquire/num-bigint/pull/58 and
# https://github.com/RustCrypto/RSA/issues/390 which should hopefully
# resolve this soon
{ name = "spin", version = "0.5.2" },
{ name = "spin", version = "0.9.8" },

# axum currently depends on both of these
{ name = "sync_wrapper", version = "0.1.2" },
{ name = "sync_wrapper", version = "1.0.1" },
Expand Down

0 comments on commit 741a72c

Please sign in to comment.