Skip to content

Commit

Permalink
Bump to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markcda committed Feb 2, 2025
1 parent bd5fca3 commit 712599a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cc-utils"
description = "Rust Fullstack utils (strict error handling, `Consider` trait, MessagePack support, etc.) for Salvo and Yew/Dioxus/Leptos/*"
version = "0.5.4"
version = "0.5.5"
edition = "2024"
license = "MIT"
authors = ["Klimenty Titov <aclo.create@gmail.com>"]
Expand All @@ -16,7 +16,7 @@ reqwest = ["dep:reqwest"]
anyhow = "1.0"
reqwest = { git = "https://github.com/markcda/reqwest.git", branch = "msgpack-support", default-features = false, features = ["json", "rustls-tls"], optional = true }
rmp-serde = "1.3"
salvo = { version = "0.76", features = ["oapi", "rustls"], optional = true }
salvo = { git = "https://github.com/markcda/salvo.git", branch = "markcda/proxy-headers-collision-fix", features = ["oapi", "rustls"], optional = true }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"

0 comments on commit 712599a

Please sign in to comment.