mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Merge pull request #703 from asciinema/dependabot/cargo/tempfile-3.23.0
Bump tempfile from 3.20.0 to 3.23.0
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -1487,15 +1487,15 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tempfile"
|
name = "tempfile"
|
||||||
version = "3.20.0"
|
version = "3.23.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastrand",
|
"fastrand",
|
||||||
"getrandom 0.3.3",
|
"getrandom 0.3.3",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"rustix",
|
"rustix",
|
||||||
"windows-sys 0.59.0",
|
"windows-sys 0.60.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ reqwest = { version = "0.12", default-features = false, features = ["blocking",
|
|||||||
rustyline = { version = "17.0", default-features = false }
|
rustyline = { version = "17.0", default-features = false }
|
||||||
config = { version = "0.15", default-features = false, features = ["toml"] }
|
config = { version = "0.15", default-features = false, features = ["toml"] }
|
||||||
which = "8.0"
|
which = "8.0"
|
||||||
tempfile = "3.0"
|
tempfile = "3.23"
|
||||||
avt = "0.16"
|
avt = "0.16"
|
||||||
axum = { version = "0.8", default-features = false, features = ["http1", "ws"] }
|
axum = { version = "0.8", default-features = false, features = ["http1", "ws"] }
|
||||||
tokio = { version = "1.40", features = ["rt-multi-thread", "net", "sync", "time", "fs", "process"] }
|
tokio = { version = "1.40", features = ["rt-multi-thread", "net", "sync", "time", "fs", "process"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user