Skip to content

Commit

Permalink
Merge pull request #806 from jelmer/b04bdependabot/cargo/tempfile-3.13.0
Browse files Browse the repository at this point in the history
Bump tempfile from 3.12.0 to 3.13.0
  • Loading branch information
jelmer authored Sep 30, 2024
2 parents 0941802 + 0aec36c commit 803a5ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ debian-analyzer = "0.158.11"
debversion = { version = "0.4" }
google-cloud-storage = { version = "0.20.0" }
google-cloud-auth = { version = "0.16.0" }
tempfile = "3.12.0"
tempfile = "3.13.0"
redis = "0.26.1"
sqlx = { version = "0.8", features = ["chrono", "postgres", "runtime-async-std-native-tls"] }
sqlx-postgres = { version = "0.8.1", features = ["chrono", "time"] }
Expand Down
4 changes: 2 additions & 2 deletions worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ askama_axum = { version = "0.4.0", features = ["serde-json", "serde-yaml", "huma
nix = { version = "0.29.0", features = ["fs"] }
percent-encoding = "2.3.1"
maplit = "1.0.2"
tempfile = "3.11.0"
tempfile = "3.13.0"
prometheus = "0.13.4"
askama = "0.12.1"
gethostname = "0.5.0"
Expand All @@ -49,7 +49,7 @@ cli = ["dep:clap", "dep:pyo3", "dep:pyo3-log"]
http-body-util = "0.1.2"
hyper = "1.4.1"
serial_test = "3.1.1"
tempfile = "3.11.0"
tempfile = "3.13.0"
test-log = "0.2.16"
tower = { version = "0.5.1", features = ["util"] }

Expand Down

0 comments on commit 803a5ef

Please sign in to comment.