Skip to content

Commit

Permalink
Merge pull request #8 from hg8496/dependabot/cargo/tempfile-3.14.0
Browse files Browse the repository at this point in the history
Bump tempfile from 3.13.0 to 3.14.0
  • Loading branch information
hg8496 authored Nov 11, 2024
2 parents ec2fcff + 559f3c0 commit 469ba40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fern = "0.7"
image = "0.25"
ignore = "0.4"
walkdir = "2.5.0"
tempfile = "3.13.0"
tempfile = "3.14.0"
reqwest = "0.12"
chrono = { version = "0.4", features = ["serde"]}
arboard = "3.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/rbchat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ chrono-tz = "0.10"
log = "0.4"
ignore = "0.4"
walkdir = "2.5.0"
tempfile = "3.13.0"
tempfile = "3.14.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
async-trait = "0.1"
Expand Down

0 comments on commit 469ba40

Please sign in to comment.