Skip to content

Commit

Permalink
update 2024-04
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Oct 21, 2024
1 parent 25483dd commit 4447716
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sample-03-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false

[dependencies]
aes = "0.8.4"
anyhow = "1.0.89"
anyhow = "1.0.90"
base64 = "0.22.1"
cbc = { version = "0.1.2", features = ["alloc"] }
clap = { version = "4.5.20", features = [
Expand Down
2 changes: 1 addition & 1 deletion sample-04-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false

[dependencies]
aes = "0.8.4"
anyhow = "1.0.89"
anyhow = "1.0.90"
base64 = "0.22.1"
cbc = { version = "0.1.2", features = ["alloc"] }
clap = { version = "4.5.20", features = ["std", "cargo", "wrap_help", "derive"] }
Expand Down
2 changes: 1 addition & 1 deletion sample-05-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false

[dependencies]
aes = "0.8.4"
anyhow = "1.0.89"
anyhow = "1.0.90"
cbc = { version = "0.1.2", features = ["alloc"] }
clap = { version = "4.5.20", features = ["std", "cargo", "wrap_help", "derive"] }
hkdf = "0.12.4"
Expand Down
2 changes: 1 addition & 1 deletion sample-06-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
clap = { version = "4.5.20", features = [
"std",
"cargo",
Expand Down
4 changes: 2 additions & 2 deletions sample-07-09-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false

[dependencies]
axum = { version = "0.7.7" }
anyhow = "1.0.89"
anyhow = "1.0.90"
clap = { version = "4.5.20", features = [
"std",
"cargo",
Expand All @@ -29,7 +29,7 @@ tower-sessions = "0.13.0"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
url = "2.5.2"
uuid = { version = "1.10.0", features = ["v4"] }
uuid = { version = "1.11.0", features = ["v4"] }
webauthn-rs = { version = "0.5.0", features = [
"resident-key-support",
"danger-allow-state-serialisation",
Expand Down
Binary file renamed slides2023-04.pdf → slides2024-04.pdf
Binary file not shown.

0 comments on commit 4447716

Please sign in to comment.