Skip to content

Commit e21c726

Browse files
committed
chore: Release axum-insights version 0.5.0
1 parent 922a419 commit e21c726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axum-insights"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
authors = ["Aaron Roney <twitchax@gmail.com>"]
66
license = "MIT"
@@ -31,4 +31,4 @@ tower = { version = "0.4.13", features = ["full"] }
3131
serde = { version = "1.0.126" }
3232
serde_json = { version = "1.0.64" }
3333
tokio = { version = "1.29.1", features = ["rt", "macros", "signal", "parking_lot"] }
34-
reqwest = { version = "0.12.5", features = ["blocking"], optional = true }
34+
reqwest = { version = "0.12.5", features = ["blocking"], optional = true }

0 commit comments

Comments
 (0)