Skip to content

Commit 90b065c

Browse files
fix(deps): update bump minor versions (minor) (#123)
1 parent d240fbb commit 90b065c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

curlz/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ filenamify = "0.1"
2323
chrono = { version = "0.4", default-features = false, features = ["clock"] }
2424
humantime = "2.1"
2525

26-
minijinja = "0.31"
26+
minijinja = "0.32"
2727

2828
jsonwebtoken = "8.3"
2929
serde_json = { version = "1.0", features = ["preserve_order"] }
3030
base64 = "0.21"
3131

3232
## experimental
33-
pest = { version = "2.5", optional = true }
34-
pest_derive = { version = "2.5", optional = true }
35-
minijinja-stack-ref = "0.31"
33+
pest = { version = "2.6", optional = true }
34+
pest_derive = { version = "2.6", optional = true }
35+
minijinja-stack-ref = "0.32"
3636

3737
[features]
3838
"x-http-lang" = ['dep:pest', 'dep:pest_derive']

0 commit comments

Comments
 (0)