Skip to content

Commit

Permalink
Bump dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm committed Jan 12, 2024
1 parent 24f4013 commit 9dc8c3f
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,6 +1,6 @@
[package]
name = "serde-aux"
version = "4.3.1"
version = "4.4.0"
authors = ["Victor Polevoy <maintainer@vpolevoy.com>"]
description = "A serde crate's auxiliary library"
readme = "README.md"
Expand All @@ -22,7 +22,7 @@ default-features = false
features = ["alloc", "std", "clock"]

[dev-dependencies]
serde_qs = "0.10"
serde_qs = ">=0.10"

[features]
default = ["chrono"]
Expand Down

0 comments on commit 9dc8c3f

Please sign in to comment.