Skip to content

Commit c8d0c98

Browse files
committed
chore: atualizar dependências para as versões mais recentes
1 parent c9e520d commit c8d0c98

File tree

2 files changed

+33
-16
lines changed

2 files changed

+33
-16
lines changed

Cargo.lock

Lines changed: 29 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickleaf"
3-
version = "0.4.8"
3+
version = "0.4.9"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Philippe Assis <codephilippe@gmail.com>"]
@@ -12,9 +12,9 @@ repository = "https://github.com/phlowdotdev/quickleaf"
1212
readme = "README.md"
1313

1414
[dependencies]
15-
valu3 = "0.8.2"
16-
hashbrown = "0.15.5"
17-
indexmap = "2.11.0"
15+
valu3 = "0.9.1"
16+
hashbrown = "0.16.0"
17+
indexmap = "2.12.0"
1818

1919
# Optional dependencies for examples
2020
ratatui = { version = "0.29", optional = true }

0 commit comments

Comments
 (0)