Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
joelparkerhenderson committed Jan 1, 2025
1 parent 88d4fd5 commit 300073f
Show file tree
Hide file tree
Showing 24 changed files with 905 additions and 1,318 deletions.
147 changes: 67 additions & 80 deletions Cargo.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ categories = ["web-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "~0.7.7" } # Web framework that focuses on ergonomics and modularity.
axum = { version = "~0.7.9" } # Web framework that focuses on ergonomics and modularity.
hyper = { version = "~1.4.1", features = ["full"] } # A fast and correct HTTP library.
tokio = { version = "~1.39.3", features = ["full"] } # Event-driven, non-blocking I/O platform.
tower = { version = "~0.5.1" } # Modular reusable components for building robust clients and servers.
serde = { version = "~1.0.215", features = ["derive"] } # A serialization/deserialization framework.
serde_json = { version = "~1.0.132" } # Serde serializion/deserialization of JSON data.
tower = { version = "~0.5.2" } # Modular reusable components for building robust clients and servers.
serde = { version = "~1.0.217", features = ["derive"] } # A serialization/deserialization framework.
serde_json = { version = "~1.0.134" } # Serde serializion/deserialization of JSON data.
once_cell = { version = "~1.19.0" } # Single assignment cells and lazy values.
base64 = { version = "~0.21.7" } # Encode and decode base64 as bytes or utf8.
http = { version = "~1.1.0" } # Types for HTTP requests and responses.
tracing = { version = "~0.1.40" } # Application-level tracing for Rust.
tracing-subscriber = { version = "~0.3.18", features = ["env-filter"] } # Utilities for implementing and composing `tracing` subscribers.
tracing = { version = "~0.1.41" } # Application-level tracing for Rust.
tracing-subscriber = { version = "~0.3.19", features = ["env-filter"] } # Utilities for implementing and composing `tracing` subscribers.

[[example]]
name = "axum-hello-world"
Expand Down
Binary file modified demo-rust-axum-by-joelparkerhenderson.epub
Binary file not shown.
Binary file modified demo-rust-axum-by-joelparkerhenderson.pdf
Binary file not shown.
Loading

0 comments on commit 300073f

Please sign in to comment.