Skip to content

Commit

Permalink
Update Rust crate camino-tempfile to 1.1.1 (#4565)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Nov 28, 2023
1 parent 19a01c2 commit 55b3953
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 24 deletions.
40 changes: 25 additions & 15 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 @@ -160,7 +160,7 @@ byteorder = "1.5.0"
bytes = "1.5.0"
bytesize = "1.3.0"
camino = "1.1"
camino-tempfile = "1.0.2"
camino-tempfile = "1.1.1"
cancel-safe-futures = "0.1.5"
chacha20poly1305 = "0.10.1"
ciborium = "0.2.1"
Expand Down
22 changes: 14 additions & 8 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,58 +209,64 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-f
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.2", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.2", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }

[target.aarch64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.2", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }

[target.aarch64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.2", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }

[target.x86_64-unknown-illumos.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.2", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.5", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }

[target.x86_64-unknown-illumos.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.2", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.2" }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.25", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.5", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }

Expand Down

0 comments on commit 55b3953

Please sign in to comment.