Skip to content

Commit

Permalink
Run cargo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Pombal committed Sep 21, 2023
1 parent 181ced9 commit 18a912d
Show file tree
Hide file tree
Showing 9 changed files with 152 additions and 156 deletions.
134 changes: 66 additions & 68 deletions Cargo.lock

Large diffs are not rendered by default.

114 changes: 57 additions & 57 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,68 +9,68 @@ version = "0.3.0-dev"
rust-version = "1.70.0"

[workspace.dependencies]
aho-corasick = "1.0.2"
profiling = { version = "1.0.9", features = ["profile-with-puffin"] }
tracing = "0.1.35"
aho-corasick = "1.1.1"
profiling = { version = "1.0.11", features = ["profile-with-puffin"] }
tracing = "0.1.37"
tracing-tree = { version = "0.2" }
tracing-stackdriver = "0.6.2"
tracing-subscriber = { version = "0.3.16", features = [
tracing-subscriber = { version = "0.3.17", features = [
"env-filter",
"time",
"local-time",
"parking_lot",
] }
tracing-log = { version = "0.1" }
wgpu = { version = "0.16.0", features = ["serde", "trace", "replay"] }
wgpu = { version = "0.16.3", features = ["serde", "trace", "replay"] }
wgpu-types = { version = "0.16", features = ["serde"] }
winit = { version = "0.28.1", features = ["serde"] }
winit = { version = "0.28.6", features = ["serde"] }
futures = { version = "0.3", default-features = false, features = ["std"] }
tokio = { version = "1.20", features = ["parking_lot"] }
bytemuck = { version = "1.10", features = ["derive"] }
tokio = { version = "1.32", features = ["parking_lot"] }
bytemuck = { version = "1.14", features = ["derive"] }
glam = { version = "0.24", features = ["bytemuck", "serde", "rand"] }
gltf = "1.1.0"
ordered-float = { version = "3.4.0", features = ["serde"] }
derive_more = "0.99.11"
image = "0.24.5"
image_hasher = "1.1.2"
itertools = "0.10.3"
ndarray = { version = "0.15.3", features = ["serde"] }
rand = "0.8.0"
gltf = "1.3.0"
ordered-float = { version = "3.9.1", features = ["serde"] }
derive_more = "0.99.17"
image = "0.24.7"
image_hasher = "1.2.0"
itertools = "0.10.5"
ndarray = { version = "0.15.6", features = ["serde"] }
rand = "0.8.5"
rand_pcg = "0.3.1"
glyph_brush = "0.7.4"
glyph_brush = "0.7.7"
log = "0.4"
dyn-clonable = "0.9.0"
semver = { version = "1.0", features = ["serde"] }
paste = "1.0"
as-any = "0.2.0"
as-any = "0.2.1"
closure = "0.3.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_bytes = "0.11.5"
serde_bytes = "0.11.12"
serde_json = "1.0"
serde_path_to_error = "0.1"
byteorder = "1.4.3"
bincode = "1.3.3"
lazy_static = "1.4.0"
strum = { version = "0.24", features = ["derive"] }
derivative = "2.2.0"
async-trait = "0.1.56"
png = "0.17.2"
async-trait = "0.1.73"
png = "0.17.10"
puffin = "0.16.0"
puffin_http = "0.13.0"
futures-signals = "0.3"
open = "2.0.2"
which = "4.3.0"
open = "2.1.3"
which = "4.4.2"
fbxcel = { version = "0.9.0", features = ["tree"] }
reqwest = { version = "0.11.11", default-features = false, features = [
reqwest = { version = "0.11.20", default-features = false, features = [
'blocking',
'rustls-tls',
'json',
] }
url = { version = "2", features = ["serde"] }
thiserror = "1.0"
thread-priority = "0.10.0"
once_cell = { version = "1.13.0", features = ["parking_lot"] }
smallvec = "1.8.0"
once_cell = { version = "1.18.0", features = ["parking_lot"] }
smallvec = "1.11.1"
downcast-rs = "1.2.0"
yaml-rust = { version = "0.5", package = "yaml-rust-davvid" }
maplit = "1.0.2"
Expand All @@ -79,13 +79,13 @@ chrono = { version = "0.4", default-features = false, features = [
"clock",
] }
manual_future = "0.1.1"
base64 = "0.13.0"
base64 = "0.13.1"
env_logger = "0.10.0"
async-recursion = "1.0.0"
async-recursion = "1.0.5"
anyhow = { version = "1.0", features = ["backtrace"] }
bitflags = "1.3"
parking_lot = { version = "0.12.0", features = ["serde"] }
clap = { version = "4.0", features = ["derive"] }
parking_lot = { version = "0.12.1", features = ["serde"] }
clap = { version = "4.4", features = ["derive"] }
sentry = { version = "0.31", default-features = false, features = [
'backtrace',
'contexts',
Expand All @@ -103,40 +103,40 @@ num-traits = "0.2"
num-derive = "0.3"
proc-macro2 = "1.0"
quote = "1.0"
pretty_assertions = "1.2.1"
pretty_assertions = "1.4.0"
syn = { version = "1.0", features = ["full", "extra-traits"] }
proc-macro-crate = "1.1.0"
bytes = { version = "1.1.0", features = ["serde"] }
dashmap = "5.3.0"
proc-macro-crate = "1.3.1"
bytes = { version = "1.5.0", features = ["serde"] }
dashmap = "5.5.3"
slotmap = "1.0.6"
atomic_refcell = "0.1.8"
atomic_refcell = "0.1.11"
flume = { version = "0.11", features = ["async"] }
im = "15.1.0"
axum = "0.6.4"
tower-http = { version = "0.3.0", features = ["cors", "fs"] }
axum = "0.6.20"
tower-http = { version = "0.3.5", features = ["cors", "fs"] }
tower = "0.4.13"
indexmap = { version = "2.0", features = ["serde"] }
fixed-vec-deque = "0.1.9"
fixed-vec-deque = "0.1.11"
hex = "0.4.3"
ring = "0.16.20"
data-encoding = "2.3.2"
data-encoding = "2.4.0"
convert_case = "0.6.0"
fs_extra = "1.2.0"
fs_extra = "1.3.0"
slugify = "0.1.0"
serde_yaml = "0.9.17"
serde_yaml = "0.9.25"
bit-set = "0.5.3"
bit-vec = "0.6.3"
glob = "0.3.0"
glob = "0.3.1"
walkdir = "2"
relative-path = { version = "1.7", features = ["serde"] }
pin-project = "1.0"
relative-path = { version = "1.9", features = ["serde"] }
pin-project = "1.1"
abort-on-drop = "0.2"
toml = { version = "0.7.4", features = ["preserve_order"] }
percent-encoding = "2.2.0"
toml = { version = "0.7.8", features = ["preserve_order"] }
percent-encoding = "2.3.0"
indoc = "2.0"
cargo_toml = "0.15.0"
toml_edit = "0.19.3"
arboard = "3.2.0"
cargo_toml = "0.15.3"
toml_edit = "0.19.15"
arboard = "3.2.1"
noise = { version = "0.7.0", default-features = false }
russimp = { version = "1.0.6", features = ['prebuilt'] }
symphonia = { version = "0.5", default-features = false, features = [
Expand All @@ -145,12 +145,12 @@ symphonia = { version = "0.5", default-features = false, features = [
"wav",
] }
vorbis_rs = "0.3.0"
colored = "2.0.0"
colored = "2.0.4"
directories = "5.0.1"
ulid = { version = "1.0.0", features = ["serde"] }
ulid = { version = "1.1.0", features = ["serde"] }
enum_dispatch = "0.3"
uuid = "1.3"
scopeguard = "1.0"
uuid = "1.4"
scopeguard = "1.2"
prost = "0.11"
tokio-stream = "0.1"
tonic = { version = "0.9", features = ["gzip", "tls", "tls-roots"] }
Expand All @@ -162,7 +162,7 @@ sha2 = "0.10"
cfg-if = "1.0"

# Web Client
web-sys = { version = "0.3.61", features = [
web-sys = { version = "0.3.64", features = [
"CanvasRenderingContext2d",
"Document",
"Element",
Expand All @@ -180,10 +180,10 @@ wasm-bindgen-futures = "0.4"
#
time = { version = "0.3" }
quinn = { version = "0.10" }
rustls-native-certs = "0.6.2"
webpki-roots = "0.23.0"
rustls-native-certs = "0.6.3"
webpki-roots = "0.23.1"
mikktspace = { git = "https://github.com/gltf-rs/mikktspace" }
rustls = { version = "0.21.1", features = ["dangerous_configuration", "quic"] }
rustls = { version = "0.21.7", features = ["dangerous_configuration", "quic"] }

rustls-pemfile = "1.0"

Expand Down
10 changes: 5 additions & 5 deletions campfire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ sha2 = { workspace = true }
data-encoding = { workspace = true }

which = "4.4"
rustdoc-json = "0.8.0"
rustdoc-json = "0.8.7"
rustdoc-types = "0.20.0"
simplelog = "0.12.1"
cargo_toml = "0.15"
guppy = "0.15"
indicatif = "0.17.3"
tokio = { version = "1.0", features = ["fs", "rt", "process", "time"] }
indicatif = "0.17.6"
tokio = { version = "1.32", features = ["fs", "rt", "process", "time"] }
futures = "0.3"
num_cpus = "1.15.0"
num_cpus = "1.16.0"
home = "0.5"
x509-certificate = "0.21.0"
spki = "0.7"

notify = { version = "6.0", optional = true }
notify = { version = "6.1", optional = true }
flume = { version = "0.11", optional = true }

[target.'cfg(target_os="windows")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ hotload-includes = [
]

[target.'cfg(target_os = "unknown")'.dependencies]
web-sys = { version = "0.3.61", features = [
web-sys = { version = "0.3.64", features = [
"CanvasRenderingContext2d",
"Document",
"Element",
Expand Down
8 changes: 4 additions & 4 deletions crates/audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ dashmap = { workspace = true }
derivative = { workspace = true }

ambient_ui_native = { path = "../ui_native" , version = "0.3.0-dev" }
cpal = "0.14.1"
cpal = "0.14.2"
lewton = "0.10.2"
hound = "3.4.0"
hound = "3.5.0"
ambient_native_std = { path = "../native_std" , version = "0.3.0-dev" }
serde = { workspace = true, features = ["derive"] }

circular-queue = "0.2"
num = "0.4"
byteorder = "1.4"
rayon = "1.6"
rayon = "1.8"
rustfft = { version = "6.1.0" }

[dev-dependencies]
color-eyre = "0.6.2"
pretty_assertions = "1.3"
pretty_assertions = "1.4"
macroquad = { version = "=0.3.24", default-features = false, features = [] }
lyon = "1.0"
approx = "0.5"
2 changes: 1 addition & 1 deletion crates/gizmos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bytemuck = { workspace = true }
wgpu = { workspace = true }
log = { workspace = true }
serde = { workspace = true }
once_cell = "1.13.0"
once_cell = "1.18.0"
profiling = { workspace = true }

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions crates/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ time = { version = "0.3", features = ["wasm-bindgen"] }
# logging them with `console.error`. This is great for development, but requires
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
# code size when deploying.
console_error_panic_hook = { version = "0.1.6", optional = true }
console_error_panic_hook = { version = "0.1.7", optional = true }

[target.'cfg(target_os = "unknown")'.dependencies]
web-sys = { version = "0.3", features = [
Expand All @@ -44,7 +44,7 @@ gloo = { version = "0.9", features = ["futures"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
# Note: not a workspace dependency. The goal is to not use tokio outside of this `sys` abstraction at all
# Additionally, many tokio features do not compile on wasm and thus can't be set in the workspace toml
tokio = { version = "1.25", features = [
tokio = { version = "1.32", features = [
"tracing",
"parking_lot",
"macros",
Expand All @@ -56,7 +56,7 @@ tokio = { version = "1.25", features = [
"signal",
"fs",
] }
tokio-util = { version = "0.7.0", features = ["codec"] }
tokio-util = { version = "0.7.9", features = ["codec"] }
arboard = { workspace = true }

[target.'cfg(target_os = "unknown")'.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion shared_crates/editor_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ proc-macro-crate = { workspace = true }

[dev-dependencies]
ambient_ui_native = { path = "../../crates/ui_native" }
pretty_assertions = "1.3"
pretty_assertions = "1.4"
Loading

0 comments on commit 18a912d

Please sign in to comment.