Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Aug 29, 2024
1 parent 8188810 commit 473b61f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modoh-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ modoh-server-lib = { path = "../modoh-lib", default-features = false, features =

anyhow = "1.0.86"
mimalloc = { version = "*", default-features = false }
serde = { version = "1.0.208", default-features = false, features = ["derive"] }
serde = { version = "1.0.209", default-features = false, features = ["derive"] }
derive_builder = "0.20.0"
tokio = { version = "1.39.3", default-features = false, features = [
"net",
Expand Down
4 changes: 2 additions & 2 deletions modoh-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ base64 = "0.22.1"
byteorder = "1.5.0"

# validation of id token
serde = { version = "1.0.208", default-features = false }
serde = { version = "1.0.209", default-features = false }
auth-validator = { git = "https://github.com/junkurihara/rust-token-server", package = "rust-token-server-validator", branch = "develop", default-features = false, features = [
"blind-signatures",
] }
serde_json = { version = "1.0.125" }
serde_json = { version = "1.0.127" }

# access control
ipnet = { version = "2.9.0" }
Expand Down

0 comments on commit 473b61f

Please sign in to comment.