Skip to content

Commit

Permalink
Merge pull request #664 from gosub-io/dependabot/cargo/anyhow-1.0.92
Browse files Browse the repository at this point in the history
Bump anyhow from 1.0.91 to 1.0.92
  • Loading branch information
Sharktheone authored Nov 4, 2024
2 parents 89c9c2e + 16534ed commit 2ed1634
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 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 @@ -45,7 +45,7 @@ serde_derive = "1.0"
derive_more = { version = "1", features = ["from"] }
lazy_static = "1.5"
regex = "1"
anyhow = "1.0.91"
anyhow = "1.0.92"
walkdir = "2.5"
clap = { version = "4.5.19", features = ["derive"] }
simple_logger = "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wildmatch = "2.4.0"
log = "0.4.22"
testing_logger = "0.1.1"
url = "2.5.2"
anyhow = "1.0.91"
anyhow = "1.0.92"


[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_css3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared", features = [] }
lazy_static = "1.5.0"
log = "0.4.22"
simple_logger = "5.0.0"
anyhow = { version = "1.0.91", features = [] }
anyhow = { version = "1.0.92", features = [] }
colors-transform = "0.2.11"
rand = "0.8.5"
itertools = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared", features = [] }
gosub_config = { path = "../gosub_config", features = [] }
derive_more = { version = "1", features = ["from", "display"] }
thiserror = "1.0.67"
anyhow = "1.0.91"
anyhow = "1.0.92"
log = "0.4.22"
domain-lookup-tree = "0.1"
cookie = { version = "0.18.1", features = ["secure", "private"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_render_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ smallvec = "1.13.2"
image = "0.25.4"
raw-window-handle = "0.6.2"
log = "0.4.14"
anyhow = "1.0.91"
anyhow = "1.0.92"
url = "2.5.2"

2 changes: 1 addition & 1 deletion crates/gosub_render_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gosub_html5 = { path = "../gosub_html5" }
gosub_css3 = { path = "../gosub_css3" }
gosub_shared = { path = "../gosub_shared" }
gosub_render_backend = { path = "../gosub_render_backend" }
anyhow = "1.0.91"
anyhow = "1.0.92"
regex = "1.11.1"
rstar = "0.12.0"
log = "0.4.14"
2 changes: 1 addition & 1 deletion crates/gosub_renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gosub_shared = { path = "../gosub_shared" }
gosub_css3 = { path = "../gosub_css3" }
gosub_net = { path = "../gosub_net" }
gosub_render_backend = { path = "../gosub_render_backend" }
anyhow = "1.0.91"
anyhow = "1.0.92"
image = "0.25.4"
url = "2.5.2"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
chardet = "0.2.4"
thiserror = "1.0.67"
url = "2.5.2"
anyhow = "1.0.91"
anyhow = "1.0.92"
lazy_static = "1.5.0"
uuid = { version = "1.11.0", features = ["v4"] }
rand = "0.9.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_svg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gosub_html5 = { path = "../gosub_html5" }
gosub_render_backend = { path = "../gosub_render_backend" }
tiny-skia = "0.11.4"
resvg = { version = "0.44.0", optional = true }
anyhow = "1.0.91"
anyhow = "1.0.92"

[features]
resvg = ["dep:resvg"]
2 changes: 1 addition & 1 deletion crates/gosub_taffy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared" }
gosub_render_backend = { path = "../gosub_render_backend" }
gosub_typeface = { path = "../gosub_typeface" }
taffy = "0.6.1"
anyhow = "1.0.91"
anyhow = "1.0.92"
regex = "1.11.1"
log = "0.4.22"
parley = { version = "0.2.0", default-features = false, features = ["std"] }
2 changes: 1 addition & 1 deletion crates/gosub_useragent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gosub_renderer = { path = "../gosub_renderer" }
winit = "0.30.5"
slotmap = "1.0.7"
log = "0.4.22"
anyhow = "1.0.91"
anyhow = "1.0.92"
url = "2.5.2"
image = "0.25.4"

Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_v8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ gosub_shared = { path = "../gosub_shared" }
gosub_webexecutor = { path = "../gosub_webexecutor" }
thiserror = "1.0.67"
v8 = "129.0.0"
anyhow = "1.0.91"
anyhow = "1.0.92"
serde_json = "1.0.128"
2 changes: 1 addition & 1 deletion crates/gosub_vello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vello = "0.3.0"
vello_encoding = "0.3.0"
image = "0.25.4"
smallvec = "1.13.2"
anyhow = "1.0.91"
anyhow = "1.0.92"
wgpu = "22.1.0"
raw-window-handle = "0.6.2"
futures = "0.3.31"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_webexecutor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ colored = "2.1.0"
derive_more = { version = "1", features = ["from", "display"] }
lazy_static = "1.5"
thiserror = "1.0.67"
anyhow = "1.0.91"
anyhow = "1.0.92"
paste = "1.0.15"

[dev-dependencies]
Expand Down

0 comments on commit 2ed1634

Please sign in to comment.