Skip to content

Commit

Permalink
build: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Oct 7, 2024
1 parent ca54b00 commit f42e31b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .dprint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"./target",
],
"plugins": [
"https://plugins.dprint.dev/markdown-0.13.3.wasm",
"https://plugins.dprint.dev/toml-0.5.4.wasm"
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/toml-0.6.3.wasm"
]
}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.81.0"
description = "Short 🩸 Rust 🦀 code snippets for inspiration."

[dependencies]
itertools = "0.10.5"
itertools = "0.13.0"

[package.metadata.release]
sign-commit = true
Expand Down
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ up arg="":
if [ "{{ arg }}" = "--write" ]; then
cargo upgrade
cargo update
dprint config update
else
cargo outdated --root-deps-only
fi;

0 comments on commit f42e31b

Please sign in to comment.