Skip to content

Commit

Permalink
update: bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnosek committed Apr 9, 2024
1 parent 487a138 commit 6e037d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions falco_event/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ categories = ["api-bindings"]

[dependencies]
byteorder = "1.5.0"
falco_event_derive = { path = "../falco_event_derive", version = "0.1" }
falco_plugin_api = { path = "../falco_plugin_api", version = "0.1" }
falco_event_derive = { path = "../falco_event_derive", version = "0.1.1" }
falco_plugin_api = { path = "../falco_plugin_api", version = "0.1.1" }
memchr = "2.7.1"
num-derive = "0.4.2"
num-traits = "0.2.17"
Expand Down
6 changes: 3 additions & 3 deletions falco_plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ crate_type = ["dylib"]

[dependencies]
thiserror = "1.0.58"
falco_event = { path = "../falco_event", version = "0.1" }
falco_plugin_api = { path = "../falco_plugin_api", version = "0.1" }
falco_plugin_derive = { path = "../falco_plugin_derive", version = "0.1" }
falco_event = { path = "../falco_event", version = "0.1.1" }
falco_plugin_api = { path = "../falco_plugin_api", version = "0.1.1" }
falco_plugin_derive = { path = "../falco_plugin_derive", version = "0.1.1" }
serde = "1.0.197"
serde_json = "1.0.114"
schemars = "0.8.16"
Expand Down

0 comments on commit 6e037d5

Please sign in to comment.