Skip to content

Commit

Permalink
Merge pull request #2372 from andrewdavidmackenzie/dependabot/cargo/l…
Browse files Browse the repository at this point in the history
…og-0.4.25
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
2 parents fe136e5 + 0ce09ac commit 4a99c7e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 flowc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ debugger = ["flowcore/debugger"] # feature to add output for the debugger
flowcore = {path = "../flowcore", version = "0.142.0", features = ["context", "file_provider", "http_provider", "meta_provider"]}
clap = "~4"
env_logger = "0.11.6"
log = "0.4.22"
log = "0.4.25"
url = { version = "2.2", features = ["serde"] }
tempfile = "3"
simpath = { version = "~2.5", features = ["urls"]}
Expand Down
2 changes: 1 addition & 1 deletion flowcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
serde_derive = { version = "~1.0.27"}
error-chain = {version = "0.12.2"}
url = { version = "2.2", features = ["serde"] }
log = {version = "0.4.22"}
log = {version = "0.4.25"}
serde = { version = "~1.0.217"}
toml = { version = "0.8.19" }
serde_yaml = { version = "~0.9" }
Expand Down
2 changes: 1 addition & 1 deletion flowr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ flowcore = {path = "../flowcore", version = "0.142.0", features = ["context", "f
"context", "meta_provider"] }
flowstdlib = {path = "../flowstdlib", version = "0.142.0", optional = true }
clap = "~4"
log = "0.4.22"
log = "0.4.25"
env_logger = "0.11.6"
simpath = { version = "~2.5", features = ["urls"]}
url = { version = "2.2", features = ["serde"] }
Expand Down

0 comments on commit 4a99c7e

Please sign in to comment.