Skip to content

Commit

Permalink
Merge pull request #613 from gosub-io/dependabot/cargo/anyhow-1.0.89
Browse files Browse the repository at this point in the history
Bump anyhow from 1.0.87 to 1.0.89
  • Loading branch information
Sharktheone authored Sep 23, 2024
2 parents 920d0a1 + 46d03fb commit a8b171b
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.87"
anyhow = "1.0.89"
walkdir = "2.5"
clap = { version = "4.5.15", 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 @@ -14,7 +14,7 @@ wildmatch = "2.3.4"
log = "0.4.22"
testing_logger = "0.1.1"
url = "2.5.2"
anyhow = "1.0.87"
anyhow = "1.0.89"


[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,5 +10,5 @@ gosub_shared = { path = "../gosub_shared", features = [] }
lazy_static = "1.5"
log = "0.4.22"
simple_logger = "5.0.0"
anyhow = { version = "1.0.87", features = [] }
anyhow = { version = "1.0.89", features = [] }
colors-transform = "0.2.11"
2 changes: 1 addition & 1 deletion crates/gosub_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gosub_config = { path = "../gosub_config", features = [] }
derive_more = { version = "1", features = ["from"] }
thiserror = "1.0.61"
ureq = "2.10.1"
anyhow = "1.0.87"
anyhow = "1.0.89"
log = "0.4.22"
domain-lookup-tree = "0.1"
hickory-resolver = "0.24.1"
Expand Down
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,6 +10,6 @@ gosub_html5 = { path = "../gosub_html5" }
gosub_styling = { path = "../gosub_styling" }
gosub_css3 = { path = "../gosub_css3" }
gosub_render_backend = { path = "../gosub_render_backend" }
anyhow = "1.0.87"
anyhow = "1.0.89"
regex = "1.10.6"
rstar = "0.12.0"
2 changes: 1 addition & 1 deletion crates/gosub_renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gosub_styling = { path = "../gosub_styling" }
gosub_css3 = { path = "../gosub_css3" }
gosub_net = { path = "../gosub_net" }
gosub_render_backend = { path = "../gosub_render_backend" }
anyhow = "1.0.87"
anyhow = "1.0.89"
image = "0.25.2"
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.61"
url = "2.5.2"
anyhow = "1.0.87"
anyhow = "1.0.89"
lazy_static = "1.5.0"
uuid = { version = "1.10.0", features = ["v4"] }
rand = "0.9.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_styling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gosub_html5 = { path = "../gosub_html5" }
gosub_render_backend = { path = "../gosub_render_backend" }
gosub_typeface = { path = "../gosub_typeface" }
lazy_static = "1.5"
anyhow = "1.0.87"
anyhow = "1.0.89"
regex = "1.10.6"
colors-transform = "0.2.11"
backtrace = "0.3.74"
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 @@ -9,7 +9,7 @@ gosub_shared = { path = "../gosub_shared" }
gosub_html5 = { path = "../gosub_html5" }
gosub_render_backend = { path = "../gosub_render_backend" }
resvg = { version = "0.43.0", optional = true }
anyhow = "1.0.87"
anyhow = "1.0.89"



Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_taffy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gosub_render_backend = { path = "../gosub_render_backend" }
gosub_styling = { path = "../gosub_styling" }
gosub_typeface = { path = "../gosub_typeface" }
taffy = "0.5.2"
anyhow = "1.0.87"
anyhow = "1.0.89"
regex = "1.10.5"
parley = { git = "https://github.com/linebender/parley", rev = "14070d5" }
log = "0.4.22"
2 changes: 1 addition & 1 deletion crates/gosub_useragent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ gosub_renderer = { path = "../gosub_renderer" }
winit = "0.30.5"
slotmap = "1.0.7"
log = "0.4.22"
anyhow = "1.0.87"
anyhow = "1.0.89"
url = "2.5.2"
image = "0.25.2"
2 changes: 1 addition & 1 deletion crates/gosub_v8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ gosub_shared = { path = "../gosub_shared" }
gosub_webexecutor = { path = "../gosub_webexecutor" }
thiserror = "1.0.61"
v8 = "0.106.0"
anyhow = "1.0.87"
anyhow = "1.0.89"
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 @@ -11,7 +11,7 @@ gosub_svg = { path = "../gosub_svg" }
vello = { git = "https://github.com/linebender/vello", rev = "f08c2a828848e75db144d6a082c5a0818b84f561" }
image = "0.25.2"
smallvec = "1.13.2"
anyhow = "1.0.87"
anyhow = "1.0.89"
wgpu = "22.1.0"
raw-window-handle = "0.6.2"
futures = "0.3.30"
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.61"
anyhow = "1.0.87"
anyhow = "1.0.89"
paste = "1.0.15"

[dev-dependencies]
Expand Down

0 comments on commit a8b171b

Please sign in to comment.