Skip to content

Commit

Permalink
chore(deps): update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Jul 22, 2024
1 parent 15b1a4a commit 324be24
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
Binary file added .DS_Store
Binary file not shown.
47 changes: 24 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "case_insensitive_string"
version = "0.2.3"
version = "0.2.4"
authors = ["Jeff Mendez <[email protected]>"]
edition = "2021"
description = "A case insensitive string struct."
Expand All @@ -12,8 +12,8 @@ categories = ["config", "data-structures"]
include = ["src/*", "LICENSE", "README.md"]

[dependencies]
compact_str = { version = "0.7.1", optional = true }
serde = { version = "^1.0.193", optional = true, features = ["derive"] }
compact_str = { version = "0.8", optional = true }
serde = { version = "1", optional = true, features = ["derive"] }

[features]
compact = ["dep:compact_str"]
Expand Down

0 comments on commit 324be24

Please sign in to comment.